How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-ui</artifactId>
<version>1.3.4-Lithium-SR4</version>
</dependency>
Choose a version of org.opendaylight.ovsdb : ovsdb-ui to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
ovsdb-ui-1.3.4-Lithium-SR4
|
||
ovsdb-ui-1.3.3-Lithium-SR3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-ui</artifactId>
<version>1.3.4-Lithium-SR4</version>
</dependency>
Advertisement