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