is not current version
Last Version 1.2-java-8

com.github.jezza:toml 1.1

A Toml library. Written to be fast and easy to use.

GroupId

GroupId

com.github.jezza
ArtifactId

ArtifactId

toml
Version

Version

1.1
Type

Type

jar

Download toml 1.1


<!-- https://jarcasting.com/artifacts/com.github.jezza/toml/ -->
<dependency>
    <groupId>com.github.jezza</groupId>
    <artifactId>toml</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jezza/toml/
implementation 'com.github.jezza:toml:1.1'
// https://jarcasting.com/artifacts/com.github.jezza/toml/
implementation ("com.github.jezza:toml:1.1")
'com.github.jezza:toml:jar:1.1'
<dependency org="com.github.jezza" name="toml" rev="1.1">
  <artifact name="toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jezza', module='toml', version='1.1')
)
libraryDependencies += "com.github.jezza" % "toml" % "1.1"
[com.github.jezza/toml "1.1"]