License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.opendaylight.netvirt |
ArtifactId | ArtifactIdovsdb-ui-module |
Last Version | Last Version1.3.4-Boron-SR4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ovsdb-ui-module-1.3.4-Boron-SR4.pom | |
ovsdb-ui-module-1.3.4-Boron-SR4.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/ -->
<dependency>
<groupId>org.opendaylight.netvirt</groupId>
<artifactId>ovsdb-ui-module</artifactId>
<version>1.3.4-Boron-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/
implementation 'org.opendaylight.netvirt:ovsdb-ui-module:1.3.4-Boron-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.netvirt/ovsdb-ui-module/
implementation ("org.opendaylight.netvirt:ovsdb-ui-module:1.3.4-Boron-SR4")
'org.opendaylight.netvirt:ovsdb-ui-module:jar:1.3.4-Boron-SR4'
<dependency org="org.opendaylight.netvirt" name="ovsdb-ui-module" rev="1.3.4-Boron-SR4">
<artifact name="ovsdb-ui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netvirt', module='ovsdb-ui-module', version='1.3.4-Boron-SR4')
)
libraryDependencies += "org.opendaylight.netvirt" % "ovsdb-ui-module" % "1.3.4-Boron-SR4"
[org.opendaylight.netvirt/ovsdb-ui-module "1.3.4-Boron-SR4"]