How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>restconf-parent</artifactId>
<version>0.7.4-Lithium-SR4</version>
</dependency>
Choose a version of org.opendaylight.yangtools : restconf-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
restconf-parent-0.7.4-Lithium-SR4
|
||
restconf-parent-0.7.3-Lithium-SR3
|
|||
restconf-parent-0.7.2-Lithium-SR2
|
|||
restconf-parent-0.7.1-Lithium-SR1
|
|||
restconf-parent-0.7.0-Lithium
|
|||
0.6.x |
restconf-parent-0.6.6-Helium-SR4
|
||
restconf-parent-0.6.5-Helium-SR3
|
|||
restconf-parent-0.6.4-Helium-SR2
|
|||
restconf-parent-0.6.3-Helium-SR1.1
|
|||
restconf-parent-0.6.3-Helium-SR1
|
|||
restconf-parent-0.6.2-Helium
|
|||
restconf-parent-0.6.1
|
|||
restconf-parent-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>restconf-parent</artifactId>
<version>0.7.4-Lithium-SR4</version>
</dependency>
Advertisement