MVN

org.opendaylight.controller : features-mdsal-benchmark

Maven & Gradle

Sep 06, 2021
7 usages
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-mdsal-benchmark</artifactId>
    <version>1.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.3

All Versions

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

Version Vulnerabilities Updated
1.9.x
features-mdsal-benchmark-1.9.3
features-mdsal-benchmark-1.9.2
features-mdsal-benchmark-1.9.1
features-mdsal-benchmark-1.9.0
1.8.x
features-mdsal-benchmark-1.8.4
features-mdsal-benchmark-1.8.3
features-mdsal-benchmark-1.8.2
features-mdsal-benchmark-1.8.1
features-mdsal-benchmark-1.8.0
1.7.x
features-mdsal-benchmark-1.7.3
features-mdsal-benchmark-1.7.2
features-mdsal-benchmark-1.7.1
features-mdsal-benchmark-1.7.0
1.6.x
features-mdsal-benchmark-1.6.3
features-mdsal-benchmark-1.6.2
features-mdsal-benchmark-1.6.1
features-mdsal-benchmark-1.6.0
1.5.x
features-mdsal-benchmark-1.5.4
features-mdsal-benchmark-1.5.3
features-mdsal-benchmark-1.5.2
features-mdsal-benchmark-1.5.1
features-mdsal-benchmark-1.5.0
1.4.x
features-mdsal-benchmark-1.4.3
features-mdsal-benchmark-1.4.2
features-mdsal-benchmark-1.4.1
features-mdsal-benchmark-1.4.0
1.3.x
features-mdsal-benchmark-1.3.4-Carbon
features-mdsal-benchmark-1.3.3-Carbon
features-mdsal-benchmark-1.3.2-Carbon
features-mdsal-benchmark-1.3.1-Carbon
features-mdsal-benchmark-1.3.0-Carbon
1.2.x
features-mdsal-benchmark-1.2.4-Boron-SR4
features-mdsal-benchmark-1.2.3-Boron-SR3
features-mdsal-benchmark-1.2.2-Boron-SR2
features-mdsal-benchmark-1.2.1-Boron-SR1
features-mdsal-benchmark-1.2.0-Boron
1.1.x
features-mdsal-benchmark-1.1.4-Beryllium-SR4
features-mdsal-benchmark-1.1.3-Beryllium-SR3
features-mdsal-benchmark-1.1.2-Beryllium-SR2
features-mdsal-benchmark-1.1.1-Beryllium-SR1
features-mdsal-benchmark-1.1.0-Beryllium

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-mdsal-benchmark</artifactId>
    <version>1.9.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.controller:features-mdsal-benchmark:1.9.3'

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

implementation("org.opendaylight.controller:features-mdsal-benchmark:1.9.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.controller" % "features-mdsal-benchmark" % "1.9.3"