| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdio.github.antonsjava |
| ArtifactId | ArtifactIdjmom |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjmom
Simple JSON data structure manipulating library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmom-1.4.pom | |
| jmom-1.4.jar | 13 KB |
| jmom-1.4-sources.jar | 9 KB |
| jmom-1.4-javadoc.jar | 442 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.antonsjava/jmom/ -->
<dependency>
<groupId>io.github.antonsjava</groupId>
<artifactId>jmom</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.antonsjava/jmom/
implementation 'io.github.antonsjava:jmom:1.4'
// https://jarcasting.com/artifacts/io.github.antonsjava/jmom/
implementation ("io.github.antonsjava:jmom:1.4")
'io.github.antonsjava:jmom:jar:1.4'
<dependency org="io.github.antonsjava" name="jmom" rev="1.4">
<artifact name="jmom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.antonsjava', module='jmom', version='1.4')
)
libraryDependencies += "io.github.antonsjava" % "jmom" % "1.4"
[io.github.antonsjava/jmom "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.antonsjava : json | jar | 1.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |