MVN

com.geckotechnology : xmljsonconvert

Maven & Gradle

Oct 22, 2022
1 stars

JSON-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

<dependency>
    <groupId>com.geckotechnology</groupId>
    <artifactId>xmljsonconvert</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geckotechnology : xmljsonconvert to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of com.geckotechnology : xmljsonconvert to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
xmljsonconvert-0.9.6
xmljsonconvert-0.9.2

How to add a dependency to Maven

Add the following com.geckotechnology : xmljsonconvert maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geckotechnology</groupId>
    <artifactId>xmljsonconvert</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geckotechnology : xmljsonconvert gradle dependency to your build.gradle file:

implementation 'com.geckotechnology:xmljsonconvert:0.9.6'

Gradle Kotlin DSL: Add the following com.geckotechnology : xmljsonconvert gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geckotechnology:xmljsonconvert:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geckotechnology : xmljsonconvert sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geckotechnology" % "xmljsonconvert" % "0.9.6"