How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nhl.link.rest</groupId>
<artifactId>link-rest-bom</artifactId>
<version>2.13</version>
</dependency>
Choose a version of com.nhl.link.rest : link-rest-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.13 |
link-rest-bom-2.13
|
||
2.12 |
link-rest-bom-2.12
|
||
2.11 |
link-rest-bom-2.11
|
||
2.10 |
link-rest-bom-2.10
|
||
2.9 |
link-rest-bom-2.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nhl.link.rest</groupId>
<artifactId>link-rest-bom</artifactId>
<version>2.13</version>
</dependency>
Advertisement