is not current version
Last Version 1.1.4-Lithium-SR4

org.opendaylight.ovsdb:ovsdb 1.1.2-Lithium-SR2

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
Version

Version

1.1.2-Lithium-SR2
Type

Type

pom

Download ovsdb 1.1.2-Lithium-SR2


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