How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ca.nexapp</groupId>
<artifactId>nexapp-kore-bom</artifactId>
<version>2.0.3</version>
</dependency>
Choose a version of ca.nexapp : nexapp-kore-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
nexapp-kore-bom-2.0.3
|
||
nexapp-kore-bom-2.0.2
|
|||
nexapp-kore-bom-2.0.1
|
|||
nexapp-kore-bom-2.0.0
|
|||
1.0.x |
nexapp-kore-bom-1.0.0
|
||
0.0.x |
nexapp-kore-bom-0.0.1-R3
|
||
nexapp-kore-bom-0.0.1-R2
|
|||
nexapp-kore-bom-0.0.1-R1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ca.nexapp</groupId>
<artifactId>nexapp-kore-bom</artifactId>
<version>2.0.3</version>
</dependency>
Advertisement