is not current version
Last Version 0.3.0

org.skife.com.typesafe.config:typesafe-config 0.2.1

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

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.skife.com.typesafe.config
ArtifactId

ArtifactId

typesafe-config
Version

Version

0.2.1
Type

Type

jar

Download typesafe-config 0.2.1


<!-- https://jarcasting.com/artifacts/org.skife.com.typesafe.config/typesafe-config/ -->
<dependency>
    <groupId>org.skife.com.typesafe.config</groupId>
    <artifactId>typesafe-config</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.skife.com.typesafe.config/typesafe-config/
implementation 'org.skife.com.typesafe.config:typesafe-config:0.2.1'
// https://jarcasting.com/artifacts/org.skife.com.typesafe.config/typesafe-config/
implementation ("org.skife.com.typesafe.config:typesafe-config:0.2.1")
'org.skife.com.typesafe.config:typesafe-config:jar:0.2.1'
<dependency org="org.skife.com.typesafe.config" name="typesafe-config" rev="0.2.1">
  <artifact name="typesafe-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.skife.com.typesafe.config', module='typesafe-config', version='0.2.1')
)
libraryDependencies += "org.skife.com.typesafe.config" % "typesafe-config" % "0.2.1"
[org.skife.com.typesafe.config/typesafe-config "0.2.1"]