MVN

org.opendaylight.controller : features-extras

Maven & Gradle

Sep 06, 2021
11 usages
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-extras</artifactId>
    <version>1.14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.14.3

All Versions

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

Version Vulnerabilities Updated
1.14.x
features-extras-1.14.3
features-extras-1.14.2
features-extras-1.14.1
features-extras-1.14.0
1.13.x
features-extras-1.13.4
features-extras-1.13.3
features-extras-1.13.2
features-extras-1.13.1
features-extras-1.13.0
1.12.x
features-extras-1.12.3
features-extras-1.12.2
features-extras-1.12.1
features-extras-1.12.0
1.11.x
features-extras-1.11.3
features-extras-1.11.2
features-extras-1.11.1
features-extras-1.11.0
1.10.x
features-extras-1.10.4
features-extras-1.10.3
features-extras-1.10.2
features-extras-1.10.1
features-extras-1.10.0
1.9.x
features-extras-1.9.3
features-extras-1.9.2
features-extras-1.9.1
features-extras-1.9.0
1.8.x
features-extras-1.8.4-Carbon
features-extras-1.8.3-Carbon
features-extras-1.8.2-Carbon
features-extras-1.8.1-Carbon
features-extras-1.8.0-Carbon
1.7.x
features-extras-1.7.4-Boron-SR4
features-extras-1.7.3-Boron-SR3
features-extras-1.7.2-Boron-SR2
features-extras-1.7.1-Boron-SR1
features-extras-1.7.0-Boron
1.6.x
features-extras-1.6.4-Beryllium-SR4
features-extras-1.6.3-Beryllium-SR3
features-extras-1.6.2-Beryllium-SR2
features-extras-1.6.1-Beryllium-SR1
features-extras-1.6.0-Beryllium
1.5.x
features-extras-1.5.4-Lithium-SR4
features-extras-1.5.3-Lithium-SR3
features-extras-1.5.2-Lithium-SR2
features-extras-1.5.1-Lithium-SR1
features-extras-1.5.0-Lithium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-extras</artifactId>
    <version>1.14.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.controller:features-extras:1.14.3'

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

implementation("org.opendaylight.controller:features-extras:1.14.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.controller" % "features-extras" % "1.14.3"