License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.unboundid.components |
ArtifactId | ArtifactIdjson |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON in Java
JSON is a light-weight, language independent, data interchange format.
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL. This distribution is based off commit number
3e3951f1259 from https://github.com/douglascrockford/JSON-java.
|
Filename | Size |
---|---|
json-1.0.0.pom | |
json-1.0.0.jar | 39 KB |
json-1.0.0-sources.jar | 46 KB |
json-1.0.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unboundid.components/json/ -->
<dependency>
<groupId>com.unboundid.components</groupId>
<artifactId>json</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid.components/json/
implementation 'com.unboundid.components:json:1.0.0'
// https://jarcasting.com/artifacts/com.unboundid.components/json/
implementation ("com.unboundid.components:json:1.0.0")
'com.unboundid.components:json:jar:1.0.0'
<dependency org="com.unboundid.components" name="json" rev="1.0.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid.components', module='json', version='1.0.0')
)
libraryDependencies += "com.unboundid.components" % "json" % "1.0.0"
[com.unboundid.components/json "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |