MVN

org.opendaylight.netvirt : it-parent

Maven & Gradle

Sep 20, 2017

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.netvirt</groupId>
    <artifactId>it-parent</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.netvirt : it-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of org.opendaylight.netvirt : it-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
it-parent-0.5.0
0.4.x
it-parent-0.4.1-Carbon
it-parent-0.4.0-Carbon
0.3.x
it-parent-0.3.4-Boron-SR4
it-parent-0.3.3-Boron-SR3
it-parent-0.3.2-Boron-SR2
it-parent-0.3.1-Boron-SR1
it-parent-0.3.0-Boron

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opendaylight.netvirt</groupId>
    <artifactId>it-parent</artifactId>
    <version>0.5.0</version>
</dependency>

Advertisement