MVN

org.jaxsb : generator

Maven & Gradle

May 23, 2020
4 usages

JAX-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.

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

Latest Version

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

  • Latest Stable: 2.1.6

All Versions

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

Version Vulnerabilities Updated
2.1.x
generator-2.1.6
generator-2.1.5
generator-2.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jaxsb</groupId>
    <artifactId>generator</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jaxsb:generator:2.1.6'

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

implementation("org.jaxsb:generator:2.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jaxsb" % "generator" % "2.1.6"

Advertisement

Dependencies from Group

May 23, 2020
6 usages
May 23, 2020
4 usages
May 23, 2020
1 usages
May 23, 2020
May 23, 2020

Discover Dependencies

Feb 25, 2021
3 usages
Aug 25, 2023
11 usages
11.9k stars
Aug 25, 2023
12 usages
11.9k stars
Dec 13, 2019
5 usages
2 stars
May 17, 2019
3 usages
May 18, 2019
3 usages
May 17, 2019
3 usages
May 26, 2019
3 usages
May 20, 2019
3 usages
66 stars
Aug 22, 2023
6 usages
175 stars