How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.atlassian.asap</groupId>
<artifactId>bom</artifactId>
<version>2.26.0</version>
</dependency>
Choose a version of com.atlassian.asap : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.26.x |
bom-2.26.0
|
||
2.25.x |
bom-2.25.1
|
||
bom-2.25.0
|
|||
2.24.x |
bom-2.24.3
|
||
bom-2.24.2
|
|||
2.24 |
bom-2.24
|
||
2.23 |
bom-2.23
|
||
2.23.x |
bom-2.23.3
|
||
bom-2.23.2
|
|||
2.22.x |
bom-2.22.0
|
||
2.21.x |
bom-2.21.13
|
||
bom-2.21.12
|
|||
bom-2.21.11
|
|||
bom-2.21.10
|
|||
bom-2.21.9
|
|||
bom-2.21.8
|
|||
bom-2.21.7
|
|||
bom-2.21.6
|
|||
bom-2.21.5
|
|||
bom-2.21.4
|
|||
bom-2.21.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.atlassian.asap</groupId>
<artifactId>bom</artifactId>
<version>2.26.0</version>
</dependency>
Advertisement