u

utils.servicehelper

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