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