MVN

io.bootique.bom : bootique-bom-parent

Maven & Gradle

Dec 09, 2022
4 stars

bootique-bom-parent: Parent of bootique-bom · Parent POM of bootique-bom and related modules.

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

Latest Version

Choose a version of io.bootique.bom : bootique-bom-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.bom : bootique-bom-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
bootique-bom-parent-3.0.M1
2.0.x
bootique-bom-parent-2.0.1
bootique-bom-parent-2.0.RC1
bootique-bom-parent-2.0.B1
bootique-bom-parent-2.0.M1
2.0
bootique-bom-parent-2.0
1.3
bootique-bom-parent-1.3
1.2
bootique-bom-parent-1.2
1.1
bootique-bom-parent-1.1
1.0
bootique-bom-parent-1.0
1.0.x
bootique-bom-parent-1.0.RC1
0.25
bootique-bom-parent-0.25
0.24
bootique-bom-parent-0.24
0.23
bootique-bom-parent-0.23
0.22
bootique-bom-parent-0.22
0.21
bootique-bom-parent-0.21
0.20
bootique-bom-parent-0.20
0.19
bootique-bom-parent-0.19
0.18
bootique-bom-parent-0.18

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement