j

jaxb-bom

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