j

jaxb-xjc

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