License |
License |
---|---|
GroupId | GroupIdio.ous |
ArtifactId | ArtifactIdjtoml |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.ous:jtoml
Java Parser for TOML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jtoml-2.0.0.pom | |
jtoml-2.0.0.jar | 24 KB |
jtoml-2.0.0-sources.jar | 15 KB |
jtoml-2.0.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ous/jtoml/ -->
<dependency>
<groupId>io.ous</groupId>
<artifactId>jtoml</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ous/jtoml/
implementation 'io.ous:jtoml:2.0.0'
// https://jarcasting.com/artifacts/io.ous/jtoml/
implementation ("io.ous:jtoml:2.0.0")
'io.ous:jtoml:jar:2.0.0'
<dependency org="io.ous" name="jtoml" rev="2.0.0">
<artifact name="jtoml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ous', module='jtoml', version='2.0.0')
)
libraryDependencies += "io.ous" % "jtoml" % "2.0.0"
[io.ous/jtoml "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |