License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnm3 |
ArtifactId | ArtifactIdAPI4JSON |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAPI4JSON
API's to manipulate JSON modeled after IBM's json4j including key-sorted serialization
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
API4JSON-2.0.2.pom | |
API4JSON-2.0.2.jar | 19 KB |
API4JSON-2.0.2-sources.jar | 17 KB |
API4JSON-2.0.2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/ -->
<dependency>
<groupId>com.github.wnm3</groupId>
<artifactId>API4JSON</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation 'com.github.wnm3:API4JSON:2.0.2'
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation ("com.github.wnm3:API4JSON:2.0.2")
'com.github.wnm3:API4JSON:jar:2.0.2'
<dependency org="com.github.wnm3" name="API4JSON" rev="2.0.2">
<artifact name="API4JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnm3', module='API4JSON', version='2.0.2')
)
libraryDependencies += "com.github.wnm3" % "API4JSON" % "2.0.2"
[com.github.wnm3/API4JSON "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |