j

jaxb-bundles

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