MVN

org.opendaylight.openflowplugin : openflowplugin-blueprint-config-he

Maven & Gradle

Apr 28, 2018
1 usages

Blueprint configuration for the Helium openflowplugin

<dependency>
    <groupId>org.opendaylight.openflowplugin</groupId>
    <artifactId>openflowplugin-blueprint-config-he</artifactId>
    <version>0.4.4-Carbon</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.openflowplugin : openflowplugin-blueprint-config-he to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4-Carbon

All Versions

Choose a version of org.opendaylight.openflowplugin : openflowplugin-blueprint-config-he to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
openflowplugin-blueprint-config-he-0.4.4-Carbon
openflowplugin-blueprint-config-he-0.4.3-Carbon
openflowplugin-blueprint-config-he-0.4.2-Carbon
openflowplugin-blueprint-config-he-0.4.1-Carbon
openflowplugin-blueprint-config-he-0.4.0-Carbon
0.3.x
openflowplugin-blueprint-config-he-0.3.4-Boron-SR4
openflowplugin-blueprint-config-he-0.3.3-Boron-SR3
openflowplugin-blueprint-config-he-0.3.2-Boron-SR2
openflowplugin-blueprint-config-he-0.3.1-Boron-SR1
openflowplugin-blueprint-config-he-0.3.0-Boron

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.openflowplugin</groupId>
    <artifactId>openflowplugin-blueprint-config-he</artifactId>
    <version>0.4.4-Carbon</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.openflowplugin : openflowplugin-blueprint-config-he gradle dependency to your build.gradle file:

implementation 'org.opendaylight.openflowplugin:openflowplugin-blueprint-config-he:0.4.4-Carbon'

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

implementation("org.opendaylight.openflowplugin:openflowplugin-blueprint-config-he:0.4.4-Carbon")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.openflowplugin : openflowplugin-blueprint-config-he sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.openflowplugin" % "openflowplugin-blueprint-config-he" % "0.4.4-Carbon"