License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.skife.com.typesafe.config |
ArtifactId | ArtifactIdtypesafe-config |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconfig
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
|
Filename | Size |
---|---|
typesafe-config-0.3.0.pom | |
typesafe-config-0.3.0.jar | 152 KB |
typesafe-config-0.3.0-sources.jar | 91 KB |
typesafe-config-0.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.skife.com.typesafe.config/typesafe-config/
implementation 'org.skife.com.typesafe.config:typesafe-config:0.3.0'
// https://jarcasting.com/artifacts/org.skife.com.typesafe.config/typesafe-config/
implementation ("org.skife.com.typesafe.config:typesafe-config:0.3.0")
'org.skife.com.typesafe.config:typesafe-config:jar:0.3.0'
<dependency org="org.skife.com.typesafe.config" name="typesafe-config" rev="0.3.0">
<artifact name="typesafe-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.skife.com.typesafe.config', module='typesafe-config', version='0.3.0')
)
libraryDependencies += "org.skife.com.typesafe.config" % "typesafe-config" % "0.3.0"
[org.skife.com.typesafe.config/typesafe-config "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest | jar | 1.3 |
org.scala-lang : scala-library | jar | 2.9.1 |
org.scala-lang : scala-compiler | jar | 2.9.1 |
junit : junit | jar | 4.10 |
net.liftweb : lift-json_2.9.1 | jar | 2.4 |