j

jaxb-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.
Files download
File Operation
jaxb-xjc-2.3.2.jar download
jaxb-xjc-2.3.2.pom download
jaxb-xjc-2.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>jaxb-xjc</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:jaxb-xjc:2.3.2'
Gradle Kotlin
implementation("org.glassfish.jaxb:jaxb-xjc:2.3.2")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "jaxb-xjc" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='jaxb-xjc', version='2.3.2')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="jaxb-xjc" rev="2.3.2" />
Leiningen
[org.glassfish.jaxb/jaxb-xjc "2.3.2"]
Apache Buildr
'org.glassfish.jaxb:jaxb-xjc:jar:2.3.2'