MVN

org.opendaylight.ovsdb : commons.integrationtest

Maven & Gradle

Feb 29, 2016

OVSDB Integration Test Parent POM · 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>commons.integrationtest</artifactId>
    <version>1.3.4-Lithium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.4-Lithium-SR4

All Versions

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

Version Vulnerabilities Updated
1.3.x
commons.integrationtest-1.3.4-Lithium-SR4
commons.integrationtest-1.3.3-Lithium-SR3
commons.integrationtest-1.3.2-Lithium-SR2
commons.integrationtest-1.3.1-Lithium-SR1
commons.integrationtest-1.3.0-Lithium
1.2.x
commons.integrationtest-1.2.4-Helium-SR4
commons.integrationtest-1.2.3-Helium-SR3
commons.integrationtest-1.2.2-Helium-SR2
commons.integrationtest-1.2.1-Helium-SR1.1
commons.integrationtest-1.2.1-Helium-SR1
commons.integrationtest-1.2.0-Helium

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>commons.integrationtest</artifactId>
    <version>1.3.4-Lithium-SR4</version>
</dependency>