MVN

org.opendaylight.openflowplugin.openflowjava : features-openflowjava

Maven & Gradle

Jun 20, 2023

ODL :: openflowjava :: features-openflowjava

<dependency>
    <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
    <artifactId>features-openflowjava</artifactId>
    <version>0.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.15.3

All Versions

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

Version Vulnerabilities Updated
0.16.x
features-openflowjava-0.16.1
features-openflowjava-0.16.0
0.15.x
features-openflowjava-0.15.3
features-openflowjava-0.15.2
features-openflowjava-0.15.1
features-openflowjava-0.15.0
0.14.x
features-openflowjava-0.14.3
features-openflowjava-0.14.2
features-openflowjava-0.14.1
features-openflowjava-0.14.0
0.13.x
features-openflowjava-0.13.3
features-openflowjava-0.13.2
features-openflowjava-0.13.1
0.12.x
features-openflowjava-0.12.4
features-openflowjava-0.12.3
features-openflowjava-0.12.2
features-openflowjava-0.12.1
features-openflowjava-0.12.0
0.11.x
features-openflowjava-0.11.4
features-openflowjava-0.11.3
features-openflowjava-0.11.2
features-openflowjava-0.11.1
features-openflowjava-0.11.0
0.10.x
features-openflowjava-0.10.3
features-openflowjava-0.10.2
features-openflowjava-0.10.1
features-openflowjava-0.10.0
0.9.x
features-openflowjava-0.9.4
features-openflowjava-0.9.3
features-openflowjava-0.9.2
features-openflowjava-0.9.1
features-openflowjava-0.9.0
0.8.x
features-openflowjava-0.8.3
features-openflowjava-0.8.2
features-openflowjava-0.8.1
features-openflowjava-0.8.0
0.7.x
features-openflowjava-0.7.3
features-openflowjava-0.7.2
features-openflowjava-0.7.1
features-openflowjava-0.7.0
0.6.x
features-openflowjava-0.6.4
features-openflowjava-0.6.3
features-openflowjava-0.6.2
features-openflowjava-0.6.1
features-openflowjava-0.6.0
0.5.x
features-openflowjava-0.5.3
features-openflowjava-0.5.2
features-openflowjava-0.5.1
features-openflowjava-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
    <artifactId>features-openflowjava</artifactId>
    <version>0.15.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.openflowplugin.openflowjava:features-openflowjava:0.15.3'

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

implementation("org.opendaylight.openflowplugin.openflowjava:features-openflowjava:0.15.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "features-openflowjava" % "0.15.3"