License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.ovsdb |
ArtifactId | ArtifactIdovsdb |
Last Version | Last Version1.1.4-Lithium-SR4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionovsdb
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.
|
Filename | Size |
---|---|
ovsdb-1.1.4-Lithium-SR4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb</artifactId>
<version>1.1.4-Lithium-SR4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb/
implementation 'org.opendaylight.ovsdb:ovsdb:1.1.4-Lithium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb/
implementation ("org.opendaylight.ovsdb:ovsdb:1.1.4-Lithium-SR4")
'org.opendaylight.ovsdb:ovsdb:pom:1.1.4-Lithium-SR4'
<dependency org="org.opendaylight.ovsdb" name="ovsdb" rev="1.1.4-Lithium-SR4">
<artifact name="ovsdb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='ovsdb', version='1.1.4-Lithium-SR4')
)
libraryDependencies += "org.opendaylight.ovsdb" % "ovsdb" % "1.1.4-Lithium-SR4"
[org.opendaylight.ovsdb/ovsdb "1.1.4-Lithium-SR4"]