f

features-mdsal-benchmark

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