MVN

com.electronwill.night-config : toml

Maven & Gradle

Aug 30, 2022
4 usages
191 stars

NightConfig toml · Powerful, easy-to-use and multi-language configuration library for the JVM - toml module

<dependency>
    <groupId>com.electronwill.night-config</groupId>
    <artifactId>toml</artifactId>
    <version>3.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.6.6

All Versions

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

Version Vulnerabilities Updated
3.6.x
toml-3.6.6
toml-3.6.5
toml-3.6.4
toml-3.6.3
toml-3.6.2
toml-3.6.0
3.5.x
toml-3.5.3
toml-3.5.2
toml-3.5.1
toml-3.5.0
3.4.x
toml-3.4.2
toml-3.4.1
toml-3.4.0
3.3.x
toml-3.3.1
toml-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.electronwill.night-config</groupId>
    <artifactId>toml</artifactId>
    <version>3.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.electronwill.night-config : toml gradle dependency to your build.gradle file:

implementation 'com.electronwill.night-config:toml:3.6.6'

Gradle Kotlin DSL: Add the following com.electronwill.night-config : toml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.electronwill.night-config:toml:3.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.electronwill.night-config : toml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.electronwill.night-config" % "toml" % "3.6.6"

Advertisement