MVN

org.apache.activemq : artemis-bom

Maven & Gradle

Mar 19, 2024

ActiveMQ Artemis Bill of Materials

<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>artemis-bom</artifactId>
    <version>2.33.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.activemq : artemis-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.33.0

All Versions

Choose a version of org.apache.activemq : artemis-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.33.x
artemis-bom-2.33.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>artemis-bom</artifactId>
    <version>2.33.0</version>
</dependency>