is not current version
Last Version 4.0.0

org.glassfish.jaxb:jaxb-xjc 2.3.3

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

2.3.3
Type

Type

jar

Download jaxb-xjc 2.3.3


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