Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.skife.com.typesafe.config |
ArtifactId | ArtifactIdtypesafe-config |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
typesafe-config-0.2.1.pom | |
typesafe-config-0.2.1.jar | 152 KB |
typesafe-config-0.2.1-sources.jar | 91 KB |
typesafe-config-0.2.1-javadoc.jar | 219 KB |
Browse |
<!-- 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"]