File | Operation |
---|---|
odl-clustering-test-app-7.0.1.pom | download |
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-clustering-test-app</artifactId>
<version>7.0.1</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "odl-clustering-test-app" % "7.0.1"
@Grapes(
@Grab(group='org.opendaylight.controller', module='odl-clustering-test-app', version='7.0.1')
)
<dependency org="org.opendaylight.controller" name="odl-clustering-test-app" rev="7.0.1" />
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> <version>7.0.1</version> </parent>
compile
|-- org.opendaylight.mdsal.model:odl-mdsal-model-rfc6991
|-- org.opendaylight.controller:odl-mdsal-broker
|-- org.opendaylight.controller.samples:clustering-it-model
|-- org.opendaylight.controller.samples:clustering-it-provider
|-- org.opendaylight.controller.samples:clustering-it-karaf-cli