| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.controller.samples | 
| ArtifactId | ArtifactIdclustering-it-config | 
| Version | Version1.5.1-Carbon | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/ -->
<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>clustering-it-config</artifactId>
    <version>1.5.1-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation 'org.opendaylight.controller.samples:clustering-it-config:1.5.1-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation ("org.opendaylight.controller.samples:clustering-it-config:1.5.1-Carbon")'org.opendaylight.controller.samples:clustering-it-config:jar:1.5.1-Carbon'<dependency org="org.opendaylight.controller.samples" name="clustering-it-config" rev="1.5.1-Carbon">
  <artifact name="clustering-it-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it-config', version='1.5.1-Carbon')
)libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it-config" % "1.5.1-Carbon"[org.opendaylight.controller.samples/clustering-it-config "1.5.1-Carbon"]