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