j

jaxb-xjc

JAXB (JSR 222) reference implementation - Schema compiler
http://jaxb.java.net/
CDDL 1.1 GPL2 w/ CPE
Oracle Corporation
Martin Grebac
Files download
File Operation
jaxb-xjc-2.2.5.1.jar download
jaxb-xjc-2.2.5.1.pom download
jaxb-xjc-2.2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.bind</groupId>
  <artifactId>jaxb-xjc</artifactId>
  <version>2.2.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.bind:jaxb-xjc:2.2.5.1'
Gradle Kotlin
implementation("com.sun.xml.bind:jaxb-xjc:2.2.5.1")
Scala SBT
libraryDependencies += "com.sun.xml.bind" % "jaxb-xjc" % "2.2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.bind', module='jaxb-xjc', version='2.2.5.1')
)
Apache Ivy
<dependency org="com.sun.xml.bind" name="jaxb-xjc" rev="2.2.5.1" />
Leiningen
[com.sun.xml.bind/jaxb-xjc "2.2.5.1"]
Apache Buildr
'com.sun.xml.bind:jaxb-xjc:jar:2.2.5.1'