How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb</artifactId>
<version>1.1.4-Lithium-SR4</version>
</dependency>
Choose a version of org.opendaylight.ovsdb : ovsdb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
ovsdb-1.1.4-Lithium-SR4
|
||
ovsdb-1.1.3-Lithium-SR3
|
|||
ovsdb-1.1.2-Lithium-SR2
|
|||
ovsdb-1.1.1-Lithium-SR1
|
|||
ovsdb-1.1.0-Lithium
|
|||
1.0.x |
ovsdb-1.0.4-Helium-SR4
|
||
ovsdb-1.0.3-Helium-SR3
|
|||
ovsdb-1.0.2-Helium-SR2
|
|||
ovsdb-1.0.1-Helium-SR1.1
|
|||
ovsdb-1.0.1-Helium-SR1
|
|||
ovsdb-1.0.0-Helium
|
|||
0.5.x |
ovsdb-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb</artifactId>
<version>1.1.4-Lithium-SR4</version>
</dependency>
Advertisement