| GroupId | GroupIdorg.opendaylight.controller.samples | 
|---|---|
| ArtifactId | ArtifactIdclustering-it | 
| Version | Version1.4.3-Boron-SR3 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| clustering-it-1.4.3-Boron-SR3.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.3-Boron-SR3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/
implementation 'org.opendaylight.controller.samples:clustering-it:1.4.3-Boron-SR3'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/
implementation ("org.opendaylight.controller.samples:clustering-it:1.4.3-Boron-SR3")'org.opendaylight.controller.samples:clustering-it:pom:1.4.3-Boron-SR3'<dependency org="org.opendaylight.controller.samples" name="clustering-it" rev="1.4.3-Boron-SR3">
  <artifact name="clustering-it" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it', version='1.4.3-Boron-SR3')
)libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it" % "1.4.3-Boron-SR3"[org.opendaylight.controller.samples/clustering-it "1.4.3-Boron-SR3"]