is not current version
Last Version 1.4.2

com.typesafe:config 0.4.0

config

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.typesafe
ArtifactId

ArtifactId

config
Version

Version

0.4.0
Type

Type

jar

Download config 0.4.0


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