MVN

org.wildfly.bom : wildfly-with-tools

Maven & Gradle

May 31, 2018
53 stars

WildFly APIs with Tools BOM · Dependency Management for Java EE 7 Specification APIs with Deployment and Testing Tools

<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>wildfly-with-tools</artifactId>
    <version>13.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 13.0.0.Final
  • Latest Beta: 11.0.0.Beta3
  • Latest Alpha: 13.0.0.Alpha5

All Versions

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

Version Vulnerabilities Updated
13.0.x
wildfly-with-tools-13.0.0.Final
wildfly-with-tools-13.0.0.Alpha5
wildfly-with-tools-13.0.0.Alpha3
wildfly-with-tools-13.0.0.Alpha2
wildfly-with-tools-13.0.0.Alpha1
12.0.x
wildfly-with-tools-12.0.0.Final
wildfly-with-tools-12.0.0.CR1
11.0.x
wildfly-with-tools-11.0.0.Final
wildfly-with-tools-11.0.0.CR1
wildfly-with-tools-11.0.0.Beta3
wildfly-with-tools-11.0.0.Beta2
wildfly-with-tools-11.0.0.Beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>wildfly-with-tools</artifactId>
    <version>13.0.0.Final</version>
</dependency>