MVN

org.opendaylight.of-config : ofconf

Maven & Gradle

Feb 16, 2016

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>ofconf</artifactId>
    <version>1.0.0-Beryllium</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-Beryllium

All Versions

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

Version Vulnerabilities Updated
1.0.x
ofconf-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>ofconf</artifactId>
    <version>1.0.0-Beryllium</version>
</dependency>