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