MVN

io.bootique.undertow : bootique-undertow-parent

Maven & Gradle

Dec 09, 2022
5 stars

bootique-undertow-parent · Parent POM of Undertow Bootique module.

<dependency>
    <groupId>io.bootique.undertow</groupId>
    <artifactId>bootique-undertow-parent</artifactId>
    <version>3.0.M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bootique.undertow : bootique-undertow-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.M1
  • Latest Release Candidate: 2.0.RC1

All Versions

Choose a version of io.bootique.undertow : bootique-undertow-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
bootique-undertow-parent-3.0.M1
2.0.x
bootique-undertow-parent-2.0.1
bootique-undertow-parent-2.0.RC1
bootique-undertow-parent-2.0.B1
bootique-undertow-parent-2.0.M1
2.0
bootique-undertow-parent-2.0
1.3
bootique-undertow-parent-1.3
1.2
bootique-undertow-parent-1.2
1.1
bootique-undertow-parent-1.1
1.0
bootique-undertow-parent-1.0
1.0.x
bootique-undertow-parent-1.0.RC1
0.25
bootique-undertow-parent-0.25
0.24
bootique-undertow-parent-0.24
0.4
bootique-undertow-parent-0.4
0.3
bootique-undertow-parent-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.bootique.undertow</groupId>
    <artifactId>bootique-undertow-parent</artifactId>
    <version>3.0.M1</version>
</dependency>

Advertisement