j

jaxb-bom

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