MVN

org.opendaylight.of-config : commons

Maven & Gradle

Dec 05, 2018

The of-config integration project is a project for OpenDaylight that will implement the Of-configure protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.

<dependency>
    <groupId>org.opendaylight.of-config</groupId>
    <artifactId>commons</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.4

All Versions

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

Version Vulnerabilities Updated
1.4.x
commons-1.4.4
commons-1.4.3
commons-1.4.2
commons-1.4.1
commons-1.4.0
1.3.x
commons-1.3.3
commons-1.3.2
commons-1.3.1
commons-1.3.0
1.2.x
commons-1.2.4-Carbon
commons-1.2.3-Carbon
commons-1.2.2-Carbon
commons-1.2.1-Carbon
commons-1.2.0-Carbon
1.1.x
commons-1.1.4-Boron-SR4
commons-1.1.3-Boron-SR3
commons-1.1.2-Boron-SR2
commons-1.1.1-Boron-SR1
commons-1.1.0-Boron
1.0.x
commons-1.0.4-Beryllium-SR4
commons-1.0.3-Beryllium-SR3
commons-1.0.2-Beryllium-SR2
commons-1.0.1-Beryllium-SR1
commons-1.0.0-Beryllium

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opendaylight.of-config</groupId>
    <artifactId>commons</artifactId>
    <version>1.4.4</version>
</dependency>