MVN

io.macgyver.tomlson : tomlson

Maven & Gradle

Sep 07, 2015

tomlson · TOML Parser

<dependency>
    <groupId>io.macgyver.tomlson</groupId>
    <artifactId>tomlson</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.macgyver.tomlson : tomlson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of io.macgyver.tomlson : tomlson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
tomlson-0.9.2
tomlson-0.9.0

How to add a dependency to Maven

Add the following io.macgyver.tomlson : tomlson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.macgyver.tomlson</groupId>
    <artifactId>tomlson</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.macgyver.tomlson : tomlson gradle dependency to your build.gradle file:

implementation 'io.macgyver.tomlson:tomlson:0.9.2'

Gradle Kotlin DSL: Add the following io.macgyver.tomlson : tomlson gradle kotlin dependency to your build.gradle.kts file:

implementation("io.macgyver.tomlson:tomlson:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.macgyver.tomlson : tomlson sbt scala dependency to your build.sbt file:

libraryDependencies += "io.macgyver.tomlson" % "tomlson" % "0.9.2"

Advertisement