j

jaxb-xjc

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