is not current version
Last Version 1.14.0

org.opendaylight.ovsdb:southbound-it 1.3.0-Boron

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

southbound-it
Version

Version

1.3.0-Boron
Type

Type

jar

Download southbound-it 1.3.0-Boron


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