MVN

org.opendaylight.ovsdb : features

Maven & Gradle

Feb 29, 2016

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.

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>features</artifactId>
    <version>1.1.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.ovsdb : features to add to Maven - Latest Versions:

  • Latest Stable: 1.1.4-Lithium-SR4

All Versions

Choose a version of org.opendaylight.ovsdb : features to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
features-1.1.4-Lithium-SR4
features-1.1.3-Lithium-SR3
features-1.1.2-Lithium-SR2
features-1.1.1-Lithium-SR1
features-1.1.0-Lithium

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>features</artifactId>
    <version>1.1.4-Lithium-SR4</version>
</dependency>