o

odl-mdsal-benchmark

Controller benchmarks
Files download
File Operation
odl-mdsal-benchmark-9.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>odl-mdsal-benchmark</artifactId>
  <version>9.0.2</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:odl-mdsal-benchmark:9.0.2'
Gradle Kotlin
implementation("org.opendaylight.controller:odl-mdsal-benchmark:9.0.2")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "odl-mdsal-benchmark" % "9.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='odl-mdsal-benchmark', version='9.0.2')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="odl-mdsal-benchmark" rev="9.0.2" />
Leiningen
[org.opendaylight.controller/odl-mdsal-benchmark "9.0.2"]
Apache Buildr
'org.opendaylight.controller:odl-mdsal-benchmark:jar:9.0.2'