How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>bundle-parent</artifactId>
<version>0.8.3</version>
</dependency>
Choose a version of org.opendaylight.bgpcep : bundle-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
bundle-parent-0.8.3
|
||
bundle-parent-0.8.2
|
|||
bundle-parent-0.8.1
|
|||
bundle-parent-0.8.0
|
|||
0.7.x |
bundle-parent-0.7.4-Carbon
|
||
bundle-parent-0.7.3-Carbon
|
|||
bundle-parent-0.7.2-Carbon
|
|||
bundle-parent-0.7.1-Carbon
|
|||
bundle-parent-0.7.0-Carbon
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>bundle-parent</artifactId>
<version>0.8.3</version>
</dependency>
Advertisement