License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnm3 |
ArtifactId | ArtifactIdAPI4JSON |
Version | Version2.0.1 |
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.1.pom | |
API4JSON-2.0.1.jar | 18 KB |
API4JSON-2.0.1-sources.jar | 17 KB |
API4JSON-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation 'com.github.wnm3:API4JSON:2.0.1'
// https://jarcasting.com/artifacts/com.github.wnm3/API4JSON/
implementation ("com.github.wnm3:API4JSON:2.0.1")
'com.github.wnm3:API4JSON:jar:2.0.1'
<dependency org="com.github.wnm3" name="API4JSON" rev="2.0.1">
<artifact name="API4JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnm3', module='API4JSON', version='2.0.1')
)
libraryDependencies += "com.github.wnm3" % "API4JSON" % "2.0.1"
[com.github.wnm3/API4JSON "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |