j

jaxsb

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.
https://www.jaxsb.org/
The MIT License (MIT)
JAX-SB
Seva Safris
Files download
File Operation
jaxsb-2.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.jaxsb</groupId>
  <artifactId>jaxsb</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jaxsb:jaxsb:2.2.0'
Gradle Kotlin
implementation("org.jaxsb:jaxsb:2.2.0")
Scala SBT
libraryDependencies += "org.jaxsb" % "jaxsb" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jaxsb', module='jaxsb', version='2.2.0')
)
Apache Ivy
<dependency org="org.jaxsb" name="jaxsb" rev="2.2.0" />
Leiningen
[org.jaxsb/jaxsb "2.2.0"]
Apache Buildr
'org.jaxsb:jaxsb:jar:2.2.0'