Last Version

JSONx Generator 0.3.2

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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

generator
Version

Version

0.3.2
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

JSONx

Download generator 0.3.2


<!-- https://jarcasting.com/artifacts/org.jsonx/generator/ -->
<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>generator</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/generator/
implementation 'org.jsonx:generator:0.3.2'
// https://jarcasting.com/artifacts/org.jsonx/generator/
implementation ("org.jsonx:generator:0.3.2")
'org.jsonx:generator:jar:0.3.2'
<dependency org="org.jsonx" name="generator" rev="0.3.2">
  <artifact name="generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='generator', version='0.3.2')
)
libraryDependencies += "org.jsonx" % "generator" % "0.3.2"
[org.jsonx/generator "0.3.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.jaxsb : runtime jar 2.1.6
org.libj : jci jar 0.8.5
org.openjax.xml : api jar 0.9.4
org.jsonx : binding jar 0.3.2
org.libj : logging jar 0.4.5
ch.qos.logback : logback-classic jar 1.2.3

test (4)

Group / Artifact Type Version
org.jsonx : binding test-jar 0.3.2
org.libj : test jar 0.7.1
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.