MVN

org.jsonx : generator

Maven & Gradle

May 23, 2020
1 usages
9 stars

JSONx Generator · The JSD Binding Generator consumes a JSD schema, and produces Java classes in the form of .java files. The generated classes have code that relies on the JSON/Java Binding API to achieve binding between JSON documents conforming to a JSD schema, and Java object representations of these documents.

<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>generator</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsonx : generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.jsonx : generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
generator-0.3.2
generator-0.3.1
0.2.x
generator-0.2.2

How to add a dependency to Maven

Add the following org.jsonx : generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>generator</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsonx : generator gradle dependency to your build.gradle file:

implementation 'org.jsonx:generator:0.3.2'

Gradle Kotlin DSL: Add the following org.jsonx : generator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsonx:generator:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsonx : generator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsonx" % "generator" % "0.3.2"

Advertisement

Dependencies from Group

May 23, 2020
6 usages
9 stars
May 13, 2019
1 usages
9 stars
May 13, 2019
1 usages
9 stars
May 23, 2020
1 usages
9 stars
May 23, 2020
1 usages
9 stars

Discover Dependencies

Mar 19, 2023
1 usages
0 stars
Mar 09, 2020
2 usages
68.1k stars
May 24, 2019
2 usages
0 stars
Jun 27, 2021
4 usages
1 stars
Dec 23, 2019
1 usages
1 stars
Jan 17, 2020
1 usages
1.1k stars
Jul 22, 2019
1 usages
2 stars
May 23, 2020
1 usages
9 stars