is not current version
Last Version 4.0.0

org.glassfish.jaxb:jaxb-xjc 3.0.1

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

3.0.1
Type

Type

jar

Download jaxb-xjc 3.0.1


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