is not current version
Last Version 1.14.0

org.opendaylight.ovsdb:southbound-it 1.4.2-Carbon

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.4.2-Carbon
Type

Type

jar

Download southbound-it 1.4.2-Carbon


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