License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdjson |
Version | Version0.2.2 |
Type | Typejar |
Description |
DescriptionJsonx JSON
JSONX is JSON expressed in XML syntax. This document presents the structural part of JSONX, as
well as the normative specification of the JSONX-JSON API. It also contains a directory of
links to these related resources.
|
Project Organization |
Project OrganizationJSONx |
Filename | Size |
---|---|
json-0.2.2.pom | |
json-0.2.2.jar | 9 KB |
json-0.2.2-tests.jar | 5 KB |
json-0.2.2-sources.jar | 6 KB |
json-0.2.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx/json/ -->
<dependency>
<groupId>org.jsonx</groupId>
<artifactId>json</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/json/
implementation 'org.jsonx:json:0.2.2'
// https://jarcasting.com/artifacts/org.jsonx/json/
implementation ("org.jsonx:json:0.2.2")
'org.jsonx:json:jar:0.2.2'
<dependency org="org.jsonx" name="json" rev="0.2.2">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='json', version='0.2.2')
)
libraryDependencies += "org.jsonx" % "json" % "0.2.2"
[org.jsonx/json "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.openjax : json | jar | 0.9.1 |
org.openjax.xml : sax | jar | 0.9.2 |
org.libj : logging | jar | 0.4.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.6.9 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.27.0 |