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