Last Version

JAX-SB 2.1.6

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.

License

License

GroupId

GroupId

org.jaxsb
ArtifactId

ArtifactId

jaxsb
Version

Version

2.1.6
Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

JAX-SB
Source Code Management

Source Code Management

https://github.com/jaxsb/jaxsb

Download jaxsb 2.1.6

Filename Size
jaxsb-2.1.6.pom 3 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3

test (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

Project Modules

  • compiler
  • generator
  • runtime
  • sample
  • tutorial
  • jaxsb-maven-plugin