c

config

configuration library for JVM languages using HOCON files
https://github.com/lightbend/config
Apache-2.0
com.typesafe
Havoc Pennington
Files download
File Operation
config-1.4.2.jar download
config-1.4.2.pom download
config-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe</groupId>
  <artifactId>config</artifactId>
  <version>1.4.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.typesafe:config:1.4.2'
Gradle Kotlin
implementation("com.typesafe:config:1.4.2")
Scala SBT
libraryDependencies += "com.typesafe" % "config" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe', module='config', version='1.4.2')
)
Apache Ivy
<dependency org="com.typesafe" name="config" rev="1.4.2" />
Leiningen
[com.typesafe/config "1.4.2"]
Apache Buildr
'com.typesafe:config:jar:1.4.2'