is not current version
Last Version 4.0.0

org.glassfish.jaxb:jaxb-xjc 4.0.0-M3

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.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.jaxb
ArtifactId

ArtifactId

jaxb-xjc
Version

Version

4.0.0-M3
Type

Type

jar

Download jaxb-xjc 4.0.0-M3


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