<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-mdsal-benchmark</artifactId>
<version>1.2.4-Boron-SR4</version>
</dependency>
implementation("org.opendaylight.controller:features-mdsal-benchmark:1.2.4-Boron-SR4")
libraryDependencies += "org.opendaylight.controller" % "features-mdsal-benchmark" % "1.2.4-Boron-SR4"
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-mdsal-benchmark', version='1.2.4-Boron-SR4')
)
<dependency org="org.opendaylight.controller" name="features-mdsal-benchmark" rev="1.2.4-Boron-SR4" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>features-parent</artifactId> <version>1.7.4-Boron-SR4</version> </parent>
compile
|-- org.opendaylight.controller:dsbenchmark
|-- org.opendaylight.controller:dsbenchmark
|-- org.opendaylight.controller:ntfbenchmark
|-- org.opendaylight.controller:ntfbenchmark
|-- org.opendaylight.controller:rpcbenchmark
|-- org.opendaylight.controller:rpcbenchmark
|-- org.opendaylight.controller:benchmark-api
runtime
|-- org.opendaylight.yangtools:features-yangtools:1.0.4-Boron-SR4
|-- org.opendaylight.mdsal:features-mdsal:2.1.4-Boron-SR4
|-- org.opendaylight.mdsal.model:features-mdsal-model:0.9.4-Boron-SR4
|-- org.opendaylight.controller:features-mdsal:1.4.4-Boron-SR4