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