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