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