o

odl-mdsal-clustering-commons

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