License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.ovsdb |
ArtifactId | ArtifactIdovsdb-ui-module |
Last Version | Last Version1.2.2-Beryllium-SR1 |
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.2.2-Beryllium-SR1.pom | |
ovsdb-ui-module-1.2.2-Beryllium-SR1.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-ui-module</artifactId>
<version>1.2.2-Beryllium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/
implementation 'org.opendaylight.ovsdb:ovsdb-ui-module:1.2.2-Beryllium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/ovsdb-ui-module/
implementation ("org.opendaylight.ovsdb:ovsdb-ui-module:1.2.2-Beryllium-SR1")
'org.opendaylight.ovsdb:ovsdb-ui-module:jar:1.2.2-Beryllium-SR1'
<dependency org="org.opendaylight.ovsdb" name="ovsdb-ui-module" rev="1.2.2-Beryllium-SR1">
<artifact name="ovsdb-ui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='ovsdb-ui-module', version='1.2.2-Beryllium-SR1')
)
libraryDependencies += "org.opendaylight.ovsdb" % "ovsdb-ui-module" % "1.2.2-Beryllium-SR1"
[org.opendaylight.ovsdb/ovsdb-ui-module "1.2.2-Beryllium-SR1"]