is not current version
Last Version 2.0.0

io.ous:jtoml 1.0.0

Java Parser for TOML

GroupId

GroupId

io.ous
ArtifactId

ArtifactId

jtoml
Version

Version

1.0.0
Type

Type

jar

Download jtoml 1.0.0


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