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