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