is not current version
Last Version 4.0.0

org.glassfish.jaxb:jaxb-xjc 2.2.10

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.2.10
Type

Type

jar

Download jaxb-xjc 2.2.10


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