File | Operation |
---|---|
odl-mdsal-distributed-datastore-1.6.0.pom | download |
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-distributed-datastore</artifactId>
<version>1.6.0</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "odl-mdsal-distributed-datastore" % "1.6.0"
@Grapes(
@Grab(group='org.opendaylight.controller', module='odl-mdsal-distributed-datastore', version='1.6.0')
)
<dependency org="org.opendaylight.controller" name="odl-mdsal-distributed-datastore" rev="1.6.0" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>single-feature-parent</artifactId> <version>2.0.4</version> </parent>
compile
|-- org.opendaylight.controller:odl-mdsal-broker-local
|-- org.opendaylight.controller:odl-mdsal-clustering-commons
|-- org.opendaylight.controller:cds-access-api
|-- org.opendaylight.controller:cds-access-client
|-- org.opendaylight.controller:cds-dom-api
|-- org.opendaylight.controller:sal-distributed-datastore