MVN

org.jaxsb : jaxsb

Maven & Gradle

May 23, 2020
2 stars

JAX-SB · JAX-SB is a Java framework for binding to XML Schemas. Based on the CohesionFirst approach, the JAX-SB framework provides a complete solution for cohesive integration of Java applications to XML Documents via XML Schemas. The framework provides a JAX-SB Java Source Code Generator and a JAX-SB Runtime to parse and marshal XML Documents to and from Java objects. The JAX-SB framework is a complete implementation and covers the entirety of the XSD 1.1 Specification.

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

Latest Version

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

  • Latest Stable: 2.1.6

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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