MVN

org.opendaylight.ovsdb : features-openflow-nxm

Maven & Gradle

Jul 30, 2015
5 usages

Openflow Nicira Extensions Karaf Feature

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>features-openflow-nxm</artifactId>
    <version>0.0.7-Helium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.ovsdb : features-openflow-nxm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7-Helium-SR4

All Versions

Choose a version of org.opendaylight.ovsdb : features-openflow-nxm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
features-openflow-nxm-0.0.7-Helium-SR4
features-openflow-nxm-0.0.6-Helium-SR3
features-openflow-nxm-0.0.5-Helium-SR2
features-openflow-nxm-0.0.4-Helium-SR1.1
features-openflow-nxm-0.0.4-Helium-SR1
features-openflow-nxm-0.0.3-Helium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>features-openflow-nxm</artifactId>
    <version>0.0.7-Helium-SR4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.ovsdb : features-openflow-nxm gradle dependency to your build.gradle file:

implementation 'org.opendaylight.ovsdb:features-openflow-nxm:0.0.7-Helium-SR4'

Gradle Kotlin DSL: Add the following org.opendaylight.ovsdb : features-openflow-nxm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.ovsdb:features-openflow-nxm:0.0.7-Helium-SR4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.ovsdb : features-openflow-nxm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.ovsdb" % "features-openflow-nxm" % "0.0.7-Helium-SR4"