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

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.skife.com.typesafe.config
ArtifactId

ArtifactId

typesafe-config
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download typesafe-config

How to add to project

<!-- 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"]

Dependencies

test (5)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.1