o

odl-mdsal-distributed-datastore

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