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