How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.twelvemonkeys.bom</groupId>
<artifactId>bom</artifactId>
<version>3.9.4</version>
</dependency>
Choose a version of com.twelvemonkeys.bom : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.9.x |
bom-3.9.4
|
||
bom-3.9.3
|
|||
bom-3.9.2
|
|||
bom-3.9.1
|
|||
bom-3.9.0
|
|||
3.8.x |
bom-3.8.3
|
||
bom-3.8.2
|
|||
bom-3.8.1
|
|||
bom-3.8.0
|
|||
3.7.x |
bom-3.7.1
|
||
bom-3.7.0
|
|||
3.6.x |
bom-3.6.4
|
||
bom-3.6.3
|
|||
bom-3.6.2
|
|||
bom-3.6.1
|
|||
3.6 |
bom-3.6
|
||
3.5 |
bom-3.5
|
||
3.4.x |
bom-3.4.3
|
||
bom-3.4.2
|
|||
bom-3.4.1
|
|||
3.4 |
bom-3.4
|
||
3.3.x |
bom-3.3.2
|
||
bom-3.3.1
|
|||
3.3 |
bom-3.3
|
||
3.2.x |
bom-3.2.1
|
||
3.2 |
bom-3.2
|
||
3.1.x |
bom-3.1.2
|
||
bom-3.1.1
|
|||
bom-3.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.twelvemonkeys.bom</groupId>
<artifactId>bom</artifactId>
<version>3.9.4</version>
</dependency>
Advertisement