MVN

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

Maven & Gradle

Mar 20, 2012
1 usages

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

<dependency>
    <groupId>org.skife.com.typesafe.config</groupId>
    <artifactId>typesafe-config</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.skife.com.typesafe.config : typesafe-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.skife.com.typesafe.config : typesafe-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
typesafe-config-0.3.0
0.2.x
typesafe-config-0.2.1

How to add a dependency to Maven

Add the following org.skife.com.typesafe.config : typesafe-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.skife.com.typesafe.config</groupId>
    <artifactId>typesafe-config</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.skife.com.typesafe.config : typesafe-config gradle dependency to your build.gradle file:

implementation 'org.skife.com.typesafe.config:typesafe-config:0.3.0'

Gradle Kotlin DSL: Add the following org.skife.com.typesafe.config : typesafe-config gradle kotlin dependency to your build.gradle.kts file:

implementation("org.skife.com.typesafe.config:typesafe-config:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.skife.com.typesafe.config : typesafe-config sbt scala dependency to your build.sbt file:

libraryDependencies += "org.skife.com.typesafe.config" % "typesafe-config" % "0.3.0"

Advertisement

Dependencies from Group

Discover Dependencies

Mar 27, 2015
1 usages
5 stars
Aug 03, 2011
3 usages
Jan 20, 2015
1 usages
21 stars
Dec 02, 2013
1 usages
0 stars
Aug 14, 2014
2 usages
94 stars
Sep 20, 2005
1 usages
Apr 15, 2015
1 usages
3 stars
May 15, 2014
5 usages
61 stars