o

odl-mdsal-clustering-commons

Common Clustering utilities
Files download
File Operation
odl-mdsal-clustering-commons-6.0.6.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>odl-mdsal-clustering-commons</artifactId>
  <version>6.0.6</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:odl-mdsal-clustering-commons:6.0.6'
Gradle Kotlin
implementation("org.opendaylight.controller:odl-mdsal-clustering-commons:6.0.6")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "odl-mdsal-clustering-commons" % "6.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='odl-mdsal-clustering-commons', version='6.0.6')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="odl-mdsal-clustering-commons" rev="6.0.6" />
Leiningen
[org.opendaylight.controller/odl-mdsal-clustering-commons "6.0.6"]
Apache Buildr
'org.opendaylight.controller:odl-mdsal-clustering-commons:jar:6.0.6'