is not current version
Last Version 1.1

com.github.antonsjava:jmom 1.0

Simple JSON data structure manipulating library

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.antonsjava
ArtifactId

ArtifactId

jmom
Version

Version

1.0
Type

Type

jar

Download jmom 1.0


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