j

jaxb-xjc

Old 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.4.0-b180830.0438.jar download
jaxb-xjc-2.4.0-b180830.0438.pom download
jaxb-xjc-2.4.0-b180830.0438-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.bind</groupId>
  <artifactId>jaxb-xjc</artifactId>
  <version>2.4.0-b180830.0438</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.bind:jaxb-xjc:2.4.0-b180830.0438'
Gradle Kotlin
implementation("com.sun.xml.bind:jaxb-xjc:2.4.0-b180830.0438")
Scala SBT
libraryDependencies += "com.sun.xml.bind" % "jaxb-xjc" % "2.4.0-b180830.0438"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.bind', module='jaxb-xjc', version='2.4.0-b180830.0438')
)
Apache Ivy
<dependency org="com.sun.xml.bind" name="jaxb-xjc" rev="2.4.0-b180830.0438" />
Leiningen
[com.sun.xml.bind/jaxb-xjc "2.4.0-b180830.0438"]
Apache Buildr
'com.sun.xml.bind:jaxb-xjc:jar:2.4.0-b180830.0438'