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