How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nhl.bootique.bom</groupId>
<artifactId>bootique-bom</artifactId>
<version>0.18</version>
</dependency>
Choose a version of com.nhl.bootique.bom : bootique-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.18 |
bootique-bom-0.18
|
||
0.17 |
bootique-bom-0.17
|
||
0.16 |
bootique-bom-0.16
|
||
0.15 |
bootique-bom-0.15
|
||
0.14 |
bootique-bom-0.14
|
||
0.13 |
bootique-bom-0.13
|
||
0.12.x |
bootique-bom-0.12.3
|
||
bootique-bom-0.12.2
|
|||
bootique-bom-0.12.1
|
|||
0.12 |
bootique-bom-0.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nhl.bootique.bom</groupId>
<artifactId>bootique-bom</artifactId>
<version>0.18</version>
</dependency>
Advertisement