How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.croz.nrich</groupId>
<artifactId>nrich-bom</artifactId>
<version>1.8.3</version>
</dependency>
Choose a version of net.croz.nrich : nrich-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
nrich-bom-2.0.0-RC1
|
||
1.8.x |
nrich-bom-1.8.3
|
||
nrich-bom-1.8.2
|
|||
nrich-bom-1.8.1
|
|||
nrich-bom-1.8.0
|
|||
1.7.x |
nrich-bom-1.7.1
|
||
nrich-bom-1.7.0
|
|||
1.6.x |
nrich-bom-1.6.0
|
||
1.5.x |
nrich-bom-1.5.0
|
||
1.4.x |
nrich-bom-1.4.4
|
||
nrich-bom-1.4.3
|
|||
nrich-bom-1.4.2
|
|||
nrich-bom-1.4.1
|
|||
nrich-bom-1.4.0
|
|||
1.3.x |
nrich-bom-1.3.0
|
||
1.2.x |
nrich-bom-1.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.croz.nrich</groupId>
<artifactId>nrich-bom</artifactId>
<version>1.8.3</version>
</dependency>
Advertisement