s

schema.openvswitch

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.
https://wiki.opendaylight.org/view/OVSDB_Integration:Main
Eclipse Public License v1.0
Sam Hague
Files download
File Operation
schema.openvswitch-1.2.1-Beryllium.jar download
schema.openvswitch-1.2.1-Beryllium.pom download
schema.openvswitch-1.2.1-Beryllium-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.ovsdb</groupId>
  <artifactId>schema.openvswitch</artifactId>
  <version>1.2.1-Beryllium</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.ovsdb:schema.openvswitch:1.2.1-Beryllium'
Gradle Kotlin
implementation("org.opendaylight.ovsdb:schema.openvswitch:1.2.1-Beryllium")
Scala SBT
libraryDependencies += "org.opendaylight.ovsdb" % "schema.openvswitch" % "1.2.1-Beryllium"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.ovsdb', module='schema.openvswitch', version='1.2.1-Beryllium')
)
Apache Ivy
<dependency org="org.opendaylight.ovsdb" name="schema.openvswitch" rev="1.2.1-Beryllium" />
Leiningen
[org.opendaylight.ovsdb/schema.openvswitch "1.2.1-Beryllium"]
Apache Buildr
'org.opendaylight.ovsdb:schema.openvswitch:jar:1.2.1-Beryllium'