| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesNet JSON Data |
| GroupId | GroupIdnet.javacrumbs |
| ArtifactId | ArtifactIdjson-xml |
| Last Version | Last Version4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-xml
Converts JSON to XML
|
| Filename | Size |
|---|---|
| json-xml-4.2.pom | |
| json-xml-4.2.jar | 8 KB |
| json-xml-4.2-sources.jar | 4 KB |
| json-xml-4.2-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.javacrumbs/json-xml/ -->
<dependency>
<groupId>net.javacrumbs</groupId>
<artifactId>json-xml</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.javacrumbs/json-xml/
implementation 'net.javacrumbs:json-xml:4.2'
// https://jarcasting.com/artifacts/net.javacrumbs/json-xml/
implementation ("net.javacrumbs:json-xml:4.2")
'net.javacrumbs:json-xml:jar:4.2'
<dependency org="net.javacrumbs" name="json-xml" rev="4.2">
<artifact name="json-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.javacrumbs', module='json-xml', version='4.2')
)
libraryDependencies += "net.javacrumbs" % "json-xml" % "4.2"
[net.javacrumbs/json-xml "4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| xmlunit : xmlunit | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |
| net.javacrumbs.json-unit : json-unit | jar | 2.6.1 |