Files download
File Operation
toml-0.30.jar download
toml-0.30.pom download
toml-0.30-sources.jar download
Apache Maven
<dependency>
  <groupId>net.cactusthorn.config</groupId>
  <artifactId>toml</artifactId>
  <version>0.30</version>
</dependency>
Gradle Groovy
implementation 'net.cactusthorn.config:toml:0.30'
Gradle Kotlin
implementation("net.cactusthorn.config:toml:0.30")
Scala SBT
libraryDependencies += "net.cactusthorn.config" % "toml" % "0.30"
Groovy Grape
@Grapes(
  @Grab(group='net.cactusthorn.config', module='toml', version='0.30')
)
Apache Ivy
<dependency org="net.cactusthorn.config" name="toml" rev="0.30" />
Leiningen
[net.cactusthorn.config/toml "0.30"]
Apache Buildr
'net.cactusthorn.config:toml:jar:0.30'