MVN

com.dorkbox : Config

Maven & Gradle

Aug 21, 2023

Config · CLI, system properties, environment variables, or JSON text/file input processing.

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Config</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : Config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of com.dorkbox : Config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
Config-2.8
2.7
Config-2.7
2.6
Config-2.6
2.5
Config-2.5
2.4
Config-2.4
2.3
Config-2.3
2.2
Config-2.2
2.1
Config-2.1
2.0
Config-2.0
1.9
Config-1.9
1.7
Config-1.7
1.6
Config-1.6
1.5
Config-1.5
1.4
Config-1.4
1.3
Config-1.3
1.2
Config-1.2
1.1
Config-1.1
1.0
Config-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Config</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : Config gradle dependency to your build.gradle file:

implementation 'com.dorkbox:Config:2.8'

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

implementation("com.dorkbox:Config:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : Config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "Config" % "2.8"

Advertisement