is not current version
Last Version 0.11

com.github.asilvestre:jxmltojson 0.10

XML to JSON converter in pure java code

Categories

Categories

JSON Data
GroupId

GroupId

com.github.asilvestre
ArtifactId

ArtifactId

jxmltojson
Version

Version

0.10
Type

Type

jar

Download jxmltojson 0.10


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