MVN

io.github.solven-eu.cleanthat : config

Maven & Gradle

Mar 23, 2023
6 usages
2 stars
<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>config</artifactId>
    <version>2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.solven-eu.cleanthat : config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12

All Versions

Choose a version of io.github.solven-eu.cleanthat : config to add to Maven or Gradle - All Versions:

  • Version Updated
  • config-2.12

    Mar 23, 2023
  • config-2.11

    Mar 12, 2023
  • config-2.10

    Mar 09, 2023
  • config-2.9

    Mar 06, 2023
  • config-2.8

    Mar 04, 2023
  • config-2.7

    Mar 01, 2023
  • config-2.6

    Feb 22, 2023
  • config-2.5

    Feb 22, 2023
  • config-2.4

    Feb 19, 2023
  • config-2.3

    Feb 19, 2023
  • config-2.2

    Feb 12, 2023
  • config-2.1

    Feb 07, 2023
  • config-2.0

    Feb 06, 2023
  • config-1.9

    Dec 30, 2022
  • config-1.8

    Dec 30, 2022
  • config-1.7

    Oct 29, 2022
  • config-1.6

    Sep 14, 2022
  • config-1.5

    Sep 07, 2022
  • config-1.4

    Sep 06, 2022
  • config-1.3

    Jun 16, 2022
  • config-1.2

    Feb 12, 2022
  • config-1.1

    Dec 27, 2021
  • config-1.0

    Aug 11, 2021

How to add a dependency to Maven

Add the following io.github.solven-eu.cleanthat : config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>config</artifactId>
    <version>2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.solven-eu.cleanthat : config gradle dependency to your build.gradle file:

implementation 'io.github.solven-eu.cleanthat:config:2.12'

Gradle Kotlin DSL: Add the following io.github.solven-eu.cleanthat : config gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.solven-eu.cleanthat:config:2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.solven-eu.cleanthat : config sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.solven-eu.cleanthat" % "config" % "2.12"