is not current version
Last Version 0.11

com.github.asilvestre:jxmltojson 0.9

XML to JSON converter in pure java code

Categories

Categories

JSON Data
GroupId

GroupId

com.github.asilvestre
ArtifactId

ArtifactId

jxmltojson
Version

Version

0.9
Type

Type

jar

Download jxmltojson 0.9


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