MVN

org.opendaylight.openflowplugin : odl-openflowplugin-eric-extensions

Maven & Gradle

Jun 20, 2023
1 usages

OpenDaylight :: Openflow Plugin :: Eric Extensions

<dependency>
    <groupId>org.opendaylight.openflowplugin</groupId>
    <artifactId>odl-openflowplugin-eric-extensions</artifactId>
    <version>0.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.openflowplugin : odl-openflowplugin-eric-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.3

All Versions

Choose a version of org.opendaylight.openflowplugin : odl-openflowplugin-eric-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
odl-openflowplugin-eric-extensions-0.16.1
odl-openflowplugin-eric-extensions-0.16.0
0.15.x
odl-openflowplugin-eric-extensions-0.15.3
odl-openflowplugin-eric-extensions-0.15.2
odl-openflowplugin-eric-extensions-0.15.1
odl-openflowplugin-eric-extensions-0.15.0
0.14.x
odl-openflowplugin-eric-extensions-0.14.3
odl-openflowplugin-eric-extensions-0.14.2
odl-openflowplugin-eric-extensions-0.14.1
odl-openflowplugin-eric-extensions-0.14.0
0.13.x
odl-openflowplugin-eric-extensions-0.13.3
odl-openflowplugin-eric-extensions-0.13.2
odl-openflowplugin-eric-extensions-0.13.1
0.12.x
odl-openflowplugin-eric-extensions-0.12.4
odl-openflowplugin-eric-extensions-0.12.3
odl-openflowplugin-eric-extensions-0.12.2
odl-openflowplugin-eric-extensions-0.12.1
odl-openflowplugin-eric-extensions-0.12.0
0.11.x
odl-openflowplugin-eric-extensions-0.11.4
odl-openflowplugin-eric-extensions-0.11.3
odl-openflowplugin-eric-extensions-0.11.2
odl-openflowplugin-eric-extensions-0.11.1
odl-openflowplugin-eric-extensions-0.11.0
0.10.x
odl-openflowplugin-eric-extensions-0.10.3
odl-openflowplugin-eric-extensions-0.10.2
odl-openflowplugin-eric-extensions-0.10.1
odl-openflowplugin-eric-extensions-0.10.0
0.9.x
odl-openflowplugin-eric-extensions-0.9.4
odl-openflowplugin-eric-extensions-0.9.3
odl-openflowplugin-eric-extensions-0.9.2
odl-openflowplugin-eric-extensions-0.9.1
odl-openflowplugin-eric-extensions-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.openflowplugin</groupId>
    <artifactId>odl-openflowplugin-eric-extensions</artifactId>
    <version>0.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.openflowplugin : odl-openflowplugin-eric-extensions gradle dependency to your build.gradle file:

implementation 'org.opendaylight.openflowplugin:odl-openflowplugin-eric-extensions:0.15.3'

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

implementation("org.opendaylight.openflowplugin:odl-openflowplugin-eric-extensions:0.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.openflowplugin : odl-openflowplugin-eric-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.openflowplugin" % "odl-openflowplugin-eric-extensions" % "0.15.3"