| License |
License |
|---|---|
| GroupId | GroupIdcom.nerdforge |
| ArtifactId | ArtifactIdunxml |
| Version | Version0.9 |
| Type | Typejar |
| Description |
DescriptionunXml
Java 8 library that transforms XML to JSON.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| unxml-0.9.pom | |
| unxml-0.9.jar | 24 KB |
| unxml-0.9-sources.jar | 14 KB |
| unxml-0.9-javadoc.jar | 441 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nerdforge/unxml/ -->
<dependency>
<groupId>com.nerdforge</groupId>
<artifactId>unxml</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.nerdforge/unxml/
implementation 'com.nerdforge:unxml:0.9'
// https://jarcasting.com/artifacts/com.nerdforge/unxml/
implementation ("com.nerdforge:unxml:0.9")
'com.nerdforge:unxml:jar:0.9'
<dependency org="com.nerdforge" name="unxml" rev="0.9">
<artifact name="unxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nerdforge', module='unxml', version='0.9')
)
libraryDependencies += "com.nerdforge" % "unxml" % "0.9"
[com.nerdforge/unxml "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.0 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.0 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.0 |
| com.google.inject : guice | jar | 4.1.0 |
| com.google.inject.extensions : guice-assistedinject | jar | 4.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.inject.extensions : guice-testlib | jar | 4.1.0 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-core | jar | 2.12.0 |
| org.slf4j : slf4j-simple | jar | 1.7.13 |