is not current version
Last Version 0.3.2

org.jsonx:jsonxml 0.3.1

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.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

jsonxml
Version

Version

0.3.1
Type

Type

jar

Download jsonxml 0.3.1


<!-- https://jarcasting.com/artifacts/org.jsonx/jsonxml/ -->
<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>jsonxml</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/jsonxml/
implementation 'org.jsonx:jsonxml:0.3.1'
// https://jarcasting.com/artifacts/org.jsonx/jsonxml/
implementation ("org.jsonx:jsonxml:0.3.1")
'org.jsonx:jsonxml:jar:0.3.1'
<dependency org="org.jsonx" name="jsonxml" rev="0.3.1">
  <artifact name="jsonxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='jsonxml', version='0.3.1')
)
libraryDependencies += "org.jsonx" % "jsonxml" % "0.3.1"
[org.jsonx/jsonxml "0.3.1"]