How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cloud.piranha</groupId>
<artifactId>bom</artifactId>
<version>23.8.0</version>
</dependency>
Choose a version of cloud.piranha : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
23.8.x |
bom-23.8.0
|
||
23.7.x |
bom-23.7.0
|
||
23.6.x |
bom-23.6.0
|
||
23.5.x |
bom-23.5.0
|
||
23.4.x |
bom-23.4.0
|
||
23.3.x |
bom-23.3.0
|
||
23.2.x |
bom-23.2.0
|
||
23.1.x |
bom-23.1.0
|
||
22.12.x |
bom-22.12.0
|
||
22.11.x |
bom-22.11.0
|
||
22.10.x |
bom-22.10.0
|
||
22.9.x |
bom-22.9.0
|
||
22.8.x |
bom-22.8.0
|
||
22.7.x |
bom-22.7.0
|
||
22.6.x |
bom-22.6.0
|
||
22.5.x |
bom-22.5.0
|
||
22.4.x |
bom-22.4.0
|
||
22.3.x |
bom-22.3.0
|
||
22.2.x |
bom-22.2.0
|
||
22.1.x |
bom-22.1.0
|
||
21.12.x |
bom-21.12.0
|
||
21.11.x |
bom-21.11.0
|
||
21.10.x |
bom-21.10.0
|
||
21.9.x |
bom-21.9.0
|
||
21.8.x |
bom-21.8.0
|
||
21.7.x |
bom-21.7.0
|
||
21.6.x |
bom-21.6.0
|
||
21.5.x |
bom-21.5.0
|
||
21.4.x |
bom-21.4.0
|
||
21.3.x |
bom-21.3.0
|
||
21.2.x |
bom-21.2.0
|
||
21.1.x |
bom-21.1.0
|
||
20.12.x |
bom-20.12.0
|
||
20.11.x |
bom-20.11.0
|
||
20.10.x |
bom-20.10.0
|
||
20.9.x |
bom-20.9.0
|
||
20.8.x |
bom-20.8.0
|
||
20.7.x |
bom-20.7.0
|
||
20.6.x |
bom-20.6.0
|
||
20.5.x |
bom-20.5.0
|
||
20.4.x |
bom-20.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cloud.piranha</groupId>
<artifactId>bom</artifactId>
<version>23.8.0</version>
</dependency>
Advertisement