How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>bnd-parent</artifactId>
<version>11.0.0</version>
</dependency>
Choose a version of org.opendaylight.yangtools : bnd-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.0.x |
bnd-parent-11.0.0
|
||
10.0.x |
bnd-parent-10.0.8
|
||
bnd-parent-10.0.7
|
|||
bnd-parent-10.0.6
|
|||
bnd-parent-10.0.5
|
|||
bnd-parent-10.0.4
|
|||
bnd-parent-10.0.3
|
|||
bnd-parent-10.0.2
|
|||
bnd-parent-10.0.1
|
|||
bnd-parent-10.0.0
|
|||
9.0.x |
bnd-parent-9.0.8
|
||
bnd-parent-9.0.7
|
|||
bnd-parent-9.0.6
|
|||
bnd-parent-9.0.5
|
|||
bnd-parent-9.0.4
|
|||
bnd-parent-9.0.3
|
|||
bnd-parent-9.0.2
|
|||
bnd-parent-9.0.1
|
|||
bnd-parent-9.0.0
|
|||
8.0.x |
bnd-parent-8.0.10
|
||
bnd-parent-8.0.9
|
|||
bnd-parent-8.0.8
|
|||
bnd-parent-8.0.7
|
|||
bnd-parent-8.0.6
|
|||
bnd-parent-8.0.5
|
|||
bnd-parent-8.0.4
|
|||
bnd-parent-8.0.3
|
|||
bnd-parent-8.0.2
|
|||
bnd-parent-8.0.1
|
|||
bnd-parent-8.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>bnd-parent</artifactId>
<version>11.0.0</version>
</dependency>
Advertisement