License |
License |
---|---|
GroupId | GroupIdorg.jaxsb |
ArtifactId | ArtifactIdgenerator |
Version | Version2.1.6 |
Type | Typejar |
Description |
DescriptionJAX-SB Generator
The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework
intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas,
and analyze XML Schemas for use with any software. Currently there is only one language and one application
that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents.
For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool
will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical
structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD
that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many
tools that will be available shortly. In the meantime, check out the binding application.
|
Project Organization |
Project OrganizationJAX-SB |
Filename | Size |
---|---|
generator-2.1.6.pom | |
generator-2.1.6.jar | 162 KB |
generator-2.1.6-tests.jar | 1 MB |
generator-2.1.6-sources.jar | 134 KB |
generator-2.1.6-javadoc.jar | 699 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxsb/generator/ -->
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>generator</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/generator/
implementation 'org.jaxsb:generator:2.1.6'
// https://jarcasting.com/artifacts/org.jaxsb/generator/
implementation ("org.jaxsb:generator:2.1.6")
'org.jaxsb:generator:jar:2.1.6'
<dependency org="org.jaxsb" name="generator" rev="2.1.6">
<artifact name="generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='generator', version='2.1.6')
)
libraryDependencies += "org.jaxsb" % "generator" % "2.1.6"
[org.jaxsb/generator "2.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.google.googlejavaformat : google-java-format | jar | 1.7 |
com.google.guava : guava | jar | 27.1-jre |
org.libj : io | jar | 0.7.7 |
org.libj : jci | jar | 0.8.5 |
org.jaxsb : runtime | jar | 2.1.6 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |