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