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