MVN

org.wildfly.clustering : wildfly-clustering-bom

Maven & Gradle

Feb 08, 2024

WildFly Clustering: BOM

<dependency>
    <groupId>org.wildfly.clustering</groupId>
    <artifactId>wildfly-clustering-bom</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.clustering : wildfly-clustering-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of org.wildfly.clustering : wildfly-clustering-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-clustering-bom-1.0.1.Final

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wildfly.clustering</groupId>
    <artifactId>wildfly-clustering-bom</artifactId>
    <version>1.0.1.Final</version>
</dependency>