is not current version
Last Version 1.2.2-Beryllium-SR1

org.opendaylight.ovsdb:ovsdb-ui-module 0.1.1-Lithium-SR4

The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.

GroupId

GroupId

org.opendaylight.ovsdb
ArtifactId

ArtifactId

ovsdb-ui-module
Version

Version

0.1.1-Lithium-SR4
Type

Type

jar

Download ovsdb-ui-module 0.1.1-Lithium-SR4


<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/ -->
<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>ovsdb-ui-module</artifactId>
    <version>0.1.1-Lithium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/
implementation 'org.opendaylight.ovsdb:ovsdb-ui-module:0.1.1-Lithium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/
implementation ("org.opendaylight.ovsdb:ovsdb-ui-module:0.1.1-Lithium-SR4")
'org.opendaylight.ovsdb:ovsdb-ui-module:jar:0.1.1-Lithium-SR4'
<dependency org="org.opendaylight.ovsdb" name="ovsdb-ui-module" rev="0.1.1-Lithium-SR4">
  <artifact name="ovsdb-ui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='ovsdb-ui-module', version='0.1.1-Lithium-SR4')
)
libraryDependencies += "org.opendaylight.ovsdb" % "ovsdb-ui-module" % "0.1.1-Lithium-SR4"
[org.opendaylight.ovsdb/ovsdb-ui-module "0.1.1-Lithium-SR4"]