| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.geckotechnology |
| ArtifactId | ArtifactIdxmljsonconvert |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON-XML-Converter-via-OpenAPI-Schema
This library converts JSON to and from XML based on the JSON schema included in the swagger / OpenAPI 3 document. It is a JAVA based library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xmljsonconvert-0.9.2.pom | |
| xmljsonconvert-0.9.2.jar | 32 KB |
| xmljsonconvert-0.9.2-sources.jar | 17 KB |
| xmljsonconvert-0.9.2-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.geckotechnology/xmljsonconvert/ -->
<dependency>
<groupId>com.geckotechnology</groupId>
<artifactId>xmljsonconvert</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.geckotechnology/xmljsonconvert/
implementation 'com.geckotechnology:xmljsonconvert:0.9.2'
// https://jarcasting.com/artifacts/com.geckotechnology/xmljsonconvert/
implementation ("com.geckotechnology:xmljsonconvert:0.9.2")
'com.geckotechnology:xmljsonconvert:jar:0.9.2'
<dependency org="com.geckotechnology" name="xmljsonconvert" rev="0.9.2">
<artifact name="xmljsonconvert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geckotechnology', module='xmljsonconvert', version='0.9.2')
)
libraryDependencies += "com.geckotechnology" % "xmljsonconvert" % "0.9.2"
[com.geckotechnology/xmljsonconvert "0.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20180813 |
| org.glassfish : javax.json | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |