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