t

typesafe-config

A port of Typesafe's config library to build with maven until they get it into maven central. It is identical code to the same versions of com.typesafe.config:config
http://github.com/brianm/config
Apache License 2.0
Havoc Pennington
Files download
File Operation
typesafe-config-0.3.0.jar download
typesafe-config-0.3.0.pom download
typesafe-config-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.skife.com.typesafe.config</groupId>
  <artifactId>typesafe-config</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.skife.com.typesafe.config:typesafe-config:0.3.0'
Gradle Kotlin
implementation("org.skife.com.typesafe.config:typesafe-config:0.3.0")
Scala SBT
libraryDependencies += "org.skife.com.typesafe.config" % "typesafe-config" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.skife.com.typesafe.config', module='typesafe-config', version='0.3.0')
)
Apache Ivy
<dependency org="org.skife.com.typesafe.config" name="typesafe-config" rev="0.3.0" />
Leiningen
[org.skife.com.typesafe.config/typesafe-config "0.3.0"]
Apache Buildr
'org.skife.com.typesafe.config:typesafe-config:jar:0.3.0'