j

jaxb-runtime

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