MVN

org.onosproject : openflowj

Maven & Gradle

Apr 13, 2018
18 usages

OpenFlowJ-Loxi · OpenFlowJ API supporting OpenFlow versions 1.0 through 1.5.1, generated by LoxiGen

<dependency>
    <groupId>org.onosproject</groupId>
    <artifactId>openflowj</artifactId>
    <version>3.2.1.onos</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.onosproject : openflowj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1.onos

All Versions

Choose a version of org.onosproject : openflowj to add to Maven or Gradle - All Versions:

  • Version Updated
  • openflowj-3.2.1.onos

    Apr 12, 2018
  • openflowj-0.9.9.onos

    May 24, 2017
  • openflowj-3.2.0.onos

    May 18, 2017
  • openflowj-0.9.8.onos

    May 12, 2017
  • openflowj-0.9.7.onos

    Oct 28, 2016
  • openflowj-0.9.6.onos

    Sep 21, 2016
  • openflowj-0.9.5.onos

    Aug 09, 2016
  • openflowj-0.9.4.onos

    Jun 01, 2016
  • openflowj-0.9.2.onos

    Mar 04, 2016
  • openflowj-0.9.1.onos

    Dec 15, 2015
  • openflowj-0.9.0.onos

    Sep 03, 2015
  • openflowj-0.4.0.onos

    Jun 04, 2015
  • openflowj-0.3.9.oe

    Jan 28, 2015
  • openflowj-0.3.8.oe

    Jan 12, 2015
  • openflowj-0.3.7.oe

    Dec 04, 2014

How to add a dependency to Maven

Add the following org.onosproject : openflowj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.onosproject</groupId>
    <artifactId>openflowj</artifactId>
    <version>3.2.1.onos</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.onosproject : openflowj gradle dependency to your build.gradle file:

implementation 'org.onosproject:openflowj:3.2.1.onos'

Gradle Kotlin DSL: Add the following org.onosproject : openflowj gradle kotlin dependency to your build.gradle.kts file:

implementation("org.onosproject:openflowj:3.2.1.onos")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.onosproject : openflowj sbt scala dependency to your build.sbt file:

libraryDependencies += "org.onosproject" % "openflowj" % "3.2.1.onos"