MVN

org.wildfly.plugins : wildfly-bootable-jar-parent

Maven & Gradle

Mar 07, 2020

WildFly Bootable Jar Plugin Parent

<dependency>
    <groupId>org.wildfly.plugins</groupId>
    <artifactId>wildfly-bootable-jar-parent</artifactId>
    <version>1.0.0.Alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.plugins : wildfly-bootable-jar-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Alpha2
  • Latest Alpha: 1.0.0.Alpha2

All Versions

Choose a version of org.wildfly.plugins : wildfly-bootable-jar-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-bootable-jar-parent-1.0.0.Alpha2
wildfly-bootable-jar-parent-1.0.0.Alpha1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wildfly.plugins</groupId>
    <artifactId>wildfly-bootable-jar-parent</artifactId>
    <version>1.0.0.Alpha2</version>
</dependency>

Advertisement