MVN

com.typesafe : config

Maven & Gradle

Feb 01, 2022
3.4k usages
5.9k stars

config · configuration library for JVM languages using HOCON files

<dependency>
    <groupId>com.typesafe</groupId>
    <artifactId>config</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.2
  • Latest Release Candidate: 1.3.5-RC1

All Versions

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

Version Vulnerabilities Updated
1.4.x
config-1.4.2
config-1.4.1
config-1.4.0
1.3.x
config-1.3.5-RC1
config-1.3.4
config-1.3.3
config-1.3.2
config-1.3.1
config-1.3.0
config-1.3.0-M3
config-1.3.0-M2
config-1.3.0-M1
1.2.x
config-1.2.1
config-1.2.0
1.1.x
config-1.1.0-4dd6c85cab1ef1a4415abb74704d60e57497b7b8
config-1.1.0-9f31d6308e7ebbc3d7904b64ebb9f61f7e22a968
1.0.x
config-1.0.2
config-1.0.1
config-1.0.0
0.6.x
config-0.6.0
0.5.x
config-0.5.2
config-0.5.0
0.4.x
config-0.4.1
config-0.4.0
0.3.x
config-0.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.typesafe</groupId>
    <artifactId>config</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.typesafe:config:1.4.2'

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

implementation("com.typesafe:config:1.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.typesafe" % "config" % "1.4.2"

Advertisement

Dependencies from Group

Feb 01, 2022
3.4k usages
5.9k stars
Mar 17, 2022
144 usages
66 stars
Jan 28, 2014
38 usages
177 stars
Mar 17, 2022
35 usages
66 stars
Mar 17, 2022
31 usages
66 stars

Discover Dependencies

Aug 17, 2023
1.2k usages
67.1k stars
Aug 23, 2023
296 usages
Jul 10, 2022
224 usages
9.5k stars
Jul 13, 2023
156 usages
54.7k stars
Aug 06, 2014
625 usages
cxf
Jun 06, 2023
5 usages
Aug 21, 2023
583 usages
5.4k stars