| GroupId | GroupIdorg.opendaylight.controller.samples | 
|---|---|
| ArtifactId | ArtifactIdclustering-it | 
| Version | Version1.4.1-Boron-SR1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| clustering-it-1.4.1-Boron-SR1.pom | 661 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/ -->
<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>clustering-it</artifactId>
    <version>1.4.1-Boron-SR1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/
implementation 'org.opendaylight.controller.samples:clustering-it:1.4.1-Boron-SR1'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/
implementation ("org.opendaylight.controller.samples:clustering-it:1.4.1-Boron-SR1")'org.opendaylight.controller.samples:clustering-it:pom:1.4.1-Boron-SR1'<dependency org="org.opendaylight.controller.samples" name="clustering-it" rev="1.4.1-Boron-SR1">
  <artifact name="clustering-it" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it', version='1.4.1-Boron-SR1')
)libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it" % "1.4.1-Boron-SR1"[org.opendaylight.controller.samples/clustering-it "1.4.1-Boron-SR1"]