MVN

org.opendaylight.openflowjava : simple-client

Maven & Gradle

Apr 28, 2018
2 usages

Openflow Protocol Simple Client

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

Latest Version

Choose a version of org.opendaylight.openflowjava : simple-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4-Carbon

All Versions

Choose a version of org.opendaylight.openflowjava : simple-client to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.openflowjava</groupId>
    <artifactId>simple-client</artifactId>
    <version>0.9.4-Carbon</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.openflowjava : simple-client gradle dependency to your build.gradle file:

implementation 'org.opendaylight.openflowjava:simple-client:0.9.4-Carbon'

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

implementation("org.opendaylight.openflowjava:simple-client:0.9.4-Carbon")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.openflowjava : simple-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.openflowjava" % "simple-client" % "0.9.4-Carbon"