License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdgenerator |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionJSONx 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 OrganizationJSONx |
Filename | Size |
---|---|
generator-0.3.2.pom | |
generator-0.3.2.jar | 580 KB |
generator-0.3.2-tests.jar | 114 KB |
generator-0.3.2-sources.jar | 100 KB |
generator-0.3.2-javadoc.jar | 165 KB |
Browse |
<!-- 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"]
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 |
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 |