c

clustering-it

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