is not current version
Last Version 2.1.6

org.jaxsb:jaxsb 2.1.4

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.

GroupId

GroupId

org.jaxsb
ArtifactId

ArtifactId

jaxsb
Version

Version

2.1.4
Type

Type

pom

Download jaxsb 2.1.4

Filename Size
jaxsb-2.1.4.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jaxsb/jaxsb/ -->
<dependency>
    <groupId>org.jaxsb</groupId>
    <artifactId>jaxsb</artifactId>
    <version>2.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/jaxsb/
implementation 'org.jaxsb:jaxsb:2.1.4'
// https://jarcasting.com/artifacts/org.jaxsb/jaxsb/
implementation ("org.jaxsb:jaxsb:2.1.4")
'org.jaxsb:jaxsb:pom:2.1.4'
<dependency org="org.jaxsb" name="jaxsb" rev="2.1.4">
  <artifact name="jaxsb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='jaxsb', version='2.1.4')
)
libraryDependencies += "org.jaxsb" % "jaxsb" % "2.1.4"
[org.jaxsb/jaxsb "2.1.4"]