License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.jaxb |
ArtifactId | ArtifactIdjaxb-xjc |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB XJC
JAXB Binding Compiler. Contains source code needed for binding customization files into java sources.
In other words: the *tool* to generate java classes for the given xml representation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jaxb-xjc-4.0.0.pom | |
jaxb-xjc-4.0.0.jar | 886 KB |
jaxb-xjc-4.0.0-sources.jar | 684 KB |
jaxb-xjc-4.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-xjc/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-xjc/
implementation 'org.glassfish.jaxb:jaxb-xjc:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-xjc/
implementation ("org.glassfish.jaxb:jaxb-xjc:4.0.0")
'org.glassfish.jaxb:jaxb-xjc:jar:4.0.0'
<dependency org="org.glassfish.jaxb" name="jaxb-xjc" rev="4.0.0">
<artifact name="jaxb-xjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='jaxb-xjc', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "jaxb-xjc" % "4.0.0"
[org.glassfish.jaxb/jaxb-xjc "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : jaxb-core | jar | 4.0.0 |
org.glassfish.jaxb : xsom | jar | 4.0.0 |
org.glassfish.jaxb : codemodel | jar | 4.0.0 |
com.sun.xml.bind.external : rngom | jar | 4.0.0 |
com.sun.xml.dtd-parser : dtd-parser | jar | 1.5.0 |
com.sun.istack : istack-commons-tools | jar | 4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant Optional | jar | 1.10.12 |
Group / Artifact | Type | Version |
---|---|---|
org.jmockit : jmockit | jar | 1.34 |
junit : junit | jar | 4.13.2 |
org.glassfish.jaxb : jaxb-runtime | jar | 4.0.0 |