r

rs-framework-spring

Files download
File Operation
rs-framework-spring-0.0.4.pom download
Apache Maven
<dependency>
  <groupId>com.jxrisesun</groupId>
  <artifactId>rs-framework-spring</artifactId>
  <version>0.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jxrisesun:rs-framework-spring:0.0.4'
Gradle Kotlin
implementation("com.jxrisesun:rs-framework-spring:0.0.4")
Scala SBT
libraryDependencies += "com.jxrisesun" % "rs-framework-spring" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.jxrisesun', module='rs-framework-spring', version='0.0.4')
)
Apache Ivy
<dependency org="com.jxrisesun" name="rs-framework-spring" rev="0.0.4" />
Leiningen
[com.jxrisesun/rs-framework-spring "0.0.4"]
Apache Buildr
'com.jxrisesun:rs-framework-spring:jar:0.0.4'