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