j

jaxb-runtime

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