| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.asilvestre |
| ArtifactId | ArtifactIdjxmltojson |
| Last Version | Last Version0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjxmltojson
XML to JSON converter in pure java code
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jxmltojson-0.11.pom | |
| jxmltojson-0.11.jar | 6 KB |
| jxmltojson-0.11-sources.jar | 3 KB |
| jxmltojson-0.11-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.asilvestre/jxmltojson/ -->
<dependency>
<groupId>com.github.asilvestre</groupId>
<artifactId>jxmltojson</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.asilvestre/jxmltojson/
implementation 'com.github.asilvestre:jxmltojson:0.11'
// https://jarcasting.com/artifacts/com.github.asilvestre/jxmltojson/
implementation ("com.github.asilvestre:jxmltojson:0.11")
'com.github.asilvestre:jxmltojson:jar:0.11'
<dependency org="com.github.asilvestre" name="jxmltojson" rev="0.11">
<artifact name="jxmltojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.asilvestre', module='jxmltojson', version='0.11')
)
libraryDependencies += "com.github.asilvestre" % "jxmltojson" % "0.11"
[com.github.asilvestre/jxmltojson "0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.asilvestre : jpurexml | jar | 0.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| com.github.github : site-maven-plugin Optional | jar | 0.7 |