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