j

jaxb-runtime

JAXB (JSR 222) Reference Implementation
https://eclipse-ee4j.github.io/jaxb-ri/
Files download
File Operation
jaxb-runtime-4.0.5.jar download
jaxb-runtime-4.0.5.pom download
jaxb-runtime-4.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>jaxb-runtime</artifactId>
  <version>4.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
Gradle Kotlin
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "jaxb-runtime" % "4.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='jaxb-runtime', version='4.0.5')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="jaxb-runtime" rev="4.0.5" />
Leiningen
[org.glassfish.jaxb/jaxb-runtime "4.0.5"]
Apache Buildr
'org.glassfish.jaxb:jaxb-runtime:jar:4.0.5'