r

rs-framework-boot

文件下载
文件名 操作
rs-framework-boot-0.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.jxrisesun</groupId>
  <artifactId>rs-framework-boot</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jxrisesun:rs-framework-boot:0.0.1'
Gradle Kotlin
implementation("com.jxrisesun:rs-framework-boot:0.0.1")
Scala SBT
libraryDependencies += "com.jxrisesun" % "rs-framework-boot" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jxrisesun', module='rs-framework-boot', version='0.0.1')
)
Apache Ivy
<dependency org="com.jxrisesun" name="rs-framework-boot" rev="0.0.1" />
Leiningen
[com.jxrisesun/rs-framework-boot "0.0.1"]
Apache Buildr
'com.jxrisesun:rs-framework-boot:jar:0.0.1'