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