MVN

org.apache.tomee.bom : boms

Maven & Gradle

Jun 06, 2023

TomEE :: BOMs

<dependency>
    <groupId>org.apache.tomee.bom</groupId>
    <artifactId>boms</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomee.bom : boms to add to Maven - Latest Versions:

  • Latest Stable: 9.1.0
  • Latest Release Candidate: 9.0.0.RC1

All Versions

Choose a version of org.apache.tomee.bom : boms to add to Maven - All Versions:

Version Vulnerabilities Updated
9.1.x
boms-9.1.0
9.0.x
boms-9.0.0
boms-9.0.0.RC1
boms-9.0.0-M8
8.0.x
boms-8.0.15
boms-8.0.14
boms-8.0.13
boms-8.0.12
boms-8.0.11
boms-8.0.10
boms-8.0.9
boms-8.0.8
boms-8.0.7
boms-8.0.6
boms-8.0.5
boms-8.0.4
boms-8.0.3
boms-8.0.2
boms-8.0.1
boms-8.0.0
7.1.x
boms-7.1.4
boms-7.1.3
boms-7.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.tomee.bom</groupId>
    <artifactId>boms</artifactId>
    <version>9.1.0</version>
</dependency>