MVN

org.wildfly.bom : wildfly-quickstarts-bom-builder

Maven & Gradle

Jun 10, 2019
53 stars

WildFly BOMs: Quickstarts Builder · The builder for Quickstarts BOM

<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>wildfly-quickstarts-bom-builder</artifactId>
    <version>17.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 17.0.0.Final
  • Latest Beta: 17.0.0.Beta1

All Versions

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

Version Vulnerabilities Updated
17.0.x
wildfly-quickstarts-bom-builder-17.0.0.Final
wildfly-quickstarts-bom-builder-17.0.0.Beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>wildfly-quickstarts-bom-builder</artifactId>
    <version>17.0.0.Final</version>
</dependency>

Advertisement