| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration | 
| GroupId | GroupIdorg.opendaylight.controller.samples | 
| ArtifactId | ArtifactIdclustering-it-config | 
| Last Version | Last Version5.0.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionclustering-it-config | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/ -->
<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>clustering-it-config</artifactId>
    <version>5.0.5</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation 'org.opendaylight.controller.samples:clustering-it-config:5.0.5'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation ("org.opendaylight.controller.samples:clustering-it-config:5.0.5")'org.opendaylight.controller.samples:clustering-it-config:jar:5.0.5'<dependency org="org.opendaylight.controller.samples" name="clustering-it-config" rev="5.0.5">
  <artifact name="clustering-it-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it-config', version='5.0.5')
)libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it-config" % "5.0.5"[org.opendaylight.controller.samples/clustering-it-config "5.0.5"]