MVN

org.opendaylight.netvirt : utils.mdsal-openflow

Maven & Gradle

Jun 16, 2017
3 usages

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>utils.mdsal-openflow</artifactId>
    <version>1.3.4-Boron-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.netvirt : utils.mdsal-openflow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4-Boron-SR4

All Versions

Choose a version of org.opendaylight.netvirt : utils.mdsal-openflow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
utils.mdsal-openflow-1.3.4-Boron-SR4
utils.mdsal-openflow-1.3.3-Boron-SR3
utils.mdsal-openflow-1.3.2-Boron-SR2
utils.mdsal-openflow-1.3.1-Boron-SR1
utils.mdsal-openflow-1.3.0-Boron
1.2.x
utils.mdsal-openflow-1.2.5-Beryllium-SR4
utils.mdsal-openflow-1.2.4-Beryllium-SR3
utils.mdsal-openflow-1.2.3-Beryllium-SR2

How to add a dependency to Maven

Add the following org.opendaylight.netvirt : utils.mdsal-openflow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.netvirt</groupId>
    <artifactId>utils.mdsal-openflow</artifactId>
    <version>1.3.4-Boron-SR4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.netvirt : utils.mdsal-openflow gradle dependency to your build.gradle file:

implementation 'org.opendaylight.netvirt:utils.mdsal-openflow:1.3.4-Boron-SR4'

Gradle Kotlin DSL: Add the following org.opendaylight.netvirt : utils.mdsal-openflow gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.netvirt:utils.mdsal-openflow:1.3.4-Boron-SR4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.netvirt : utils.mdsal-openflow sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.netvirt" % "utils.mdsal-openflow" % "1.3.4-Boron-SR4"

Advertisement