MVN

org.jvnet.jaxb : jaxb-bom

Maven & Gradle

Aug 14, 2023

JAXB Tools :: JAXB BOM · JAXB BOM file to align jaxb api and runtime dependencies.

<dependency>
    <groupId>org.jvnet.jaxb</groupId>
    <artifactId>jaxb-bom</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.jaxb : jaxb-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of org.jvnet.jaxb : jaxb-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
jaxb-bom-2.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jvnet.jaxb</groupId>
    <artifactId>jaxb-bom</artifactId>
    <version>2.0.4</version>
</dependency>