p

parents

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
parents-1.1.4-Lithium-SR4.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.ovsdb</groupId>
  <artifactId>parents</artifactId>
  <version>1.1.4-Lithium-SR4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.ovsdb:parents:1.1.4-Lithium-SR4'
Gradle Kotlin
implementation("org.opendaylight.ovsdb:parents:1.1.4-Lithium-SR4")
Scala SBT
libraryDependencies += "org.opendaylight.ovsdb" % "parents" % "1.1.4-Lithium-SR4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.ovsdb', module='parents', version='1.1.4-Lithium-SR4')
)
Apache Ivy
<dependency org="org.opendaylight.ovsdb" name="parents" rev="1.1.4-Lithium-SR4" />
Leiningen
[org.opendaylight.ovsdb/parents "1.1.4-Lithium-SR4"]
Apache Buildr
'org.opendaylight.ovsdb:parents:jar:1.1.4-Lithium-SR4'