MVN

org.opendaylight.openflowjava : openflow-protocol-spi

Maven & Gradle

Apr 28, 2018
17 usages

Openflow Protocol Library - SPI

<dependency>
    <groupId>org.opendaylight.openflowjava</groupId>
    <artifactId>openflow-protocol-spi</artifactId>
    <version>0.9.4-Carbon</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.openflowjava : openflow-protocol-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4-Carbon

All Versions

Choose a version of org.opendaylight.openflowjava : openflow-protocol-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
openflow-protocol-spi-0.9.4-Carbon
openflow-protocol-spi-0.9.3-Carbon
openflow-protocol-spi-0.9.2-Carbon
openflow-protocol-spi-0.9.1-Carbon
openflow-protocol-spi-0.9.0-Carbon
0.8.x
openflow-protocol-spi-0.8.4-Boron-SR4
openflow-protocol-spi-0.8.3-Boron-SR3
openflow-protocol-spi-0.8.2-Boron-SR2
openflow-protocol-spi-0.8.1-Boron-SR1
openflow-protocol-spi-0.8.0-Boron
0.7.x
openflow-protocol-spi-0.7.4-Beryllium-SR4
openflow-protocol-spi-0.7.3-Beryllium-SR3
openflow-protocol-spi-0.7.2-Beryllium-SR2
openflow-protocol-spi-0.7.1-Beryllium-SR1
openflow-protocol-spi-0.7.0-Beryllium
0.6.x
openflow-protocol-spi-0.6.4-Lithium-SR4
openflow-protocol-spi-0.6.3-Lithium-SR3
openflow-protocol-spi-0.6.2-Lithium-SR2
openflow-protocol-spi-0.6.1-Lithium-SR1
openflow-protocol-spi-0.6.0-Lithium
0.5.x
openflow-protocol-spi-0.5.4-Helium-SR4
openflow-protocol-spi-0.5.3-Helium-SR3
openflow-protocol-spi-0.5.2-Helium-SR2
openflow-protocol-spi-0.5.1-Helium-SR1.1
openflow-protocol-spi-0.5.1-Helium-SR1
0.5
openflow-protocol-spi-0.5-Helium
0.4
openflow-protocol-spi-0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.openflowjava</groupId>
    <artifactId>openflow-protocol-spi</artifactId>
    <version>0.9.4-Carbon</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.openflowjava : openflow-protocol-spi gradle dependency to your build.gradle file:

implementation 'org.opendaylight.openflowjava:openflow-protocol-spi:0.9.4-Carbon'

Gradle Kotlin DSL: Add the following org.opendaylight.openflowjava : openflow-protocol-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.openflowjava:openflow-protocol-spi:0.9.4-Carbon")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.openflowjava : openflow-protocol-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.openflowjava" % "openflow-protocol-spi" % "0.9.4-Carbon"

Advertisement