s

southbound-features

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.
${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/
Eclipse Public License v1.0
Sam Hague
Files download
File Operation
southbound-features-1.3.1-Boron-SR1.jar download
southbound-features-1.3.1-Boron-SR1.pom download
southbound-features-1.3.1-Boron-SR1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.ovsdb</groupId>
  <artifactId>southbound-features</artifactId>
  <version>1.3.1-Boron-SR1</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.ovsdb:southbound-features:1.3.1-Boron-SR1'
Gradle Kotlin
implementation("org.opendaylight.ovsdb:southbound-features:1.3.1-Boron-SR1")
Scala SBT
libraryDependencies += "org.opendaylight.ovsdb" % "southbound-features" % "1.3.1-Boron-SR1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.ovsdb', module='southbound-features', version='1.3.1-Boron-SR1')
)
Apache Ivy
<dependency org="org.opendaylight.ovsdb" name="southbound-features" rev="1.3.1-Boron-SR1" />
Leiningen
[org.opendaylight.ovsdb/southbound-features "1.3.1-Boron-SR1"]
Apache Buildr
'org.opendaylight.ovsdb:southbound-features:jar:1.3.1-Boron-SR1'