<dependency> <groupId>io.ous</groupId> <artifactId>jtoml</artifactId> <version>2.0.0</version> </dependency>
implementation 'io.ous:jtoml:2.0.0'
implementation("io.ous:jtoml:2.0.0")
libraryDependencies += "io.ous" % "jtoml" % "2.0.0"
@Grapes( @Grab(group='io.ous', module='jtoml', version='2.0.0') )
<dependency org="io.ous" name="jtoml" rev="2.0.0" />
[io.ous/jtoml "2.0.0"]
'io.ous:jtoml:jar:2.0.0'
test
|-- junit:junit:4.8.1
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.13