License |
License |
---|---|
GroupId | GroupIdorg.jaxsb |
ArtifactId | ArtifactIdjaxsb |
Version | Version2.1.6 |
Type | Typepom |
Description |
DescriptionJAX-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 OrganizationJAX-SB |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.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 |