is not current version
Last Version 1.1.4-Lithium-SR4

org.opendaylight.ovsdb:ovsdb 1.1.1-Lithium-SR1

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.1-Lithium-SR1
Type

Type

pom

Download ovsdb 1.1.1-Lithium-SR1


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