File | Operation |
---|---|
odl-clustering-test-app-9.0.2.pom | download |
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-clustering-test-app</artifactId>
<version>9.0.2</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "odl-clustering-test-app" % "9.0.2"
@Grapes(
@Grab(group='org.opendaylight.controller', module='odl-clustering-test-app', version='9.0.2')
)
<dependency org="org.opendaylight.controller" name="odl-clustering-test-app" rev="9.0.2" />
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>single-feature-parent</artifactId> <version>9.0.2</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