is not current version
Last Version 5.0.5

org.opendaylight.controller:sal-clustering-config 2.0.8

Configuration files for md-sal clustering

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

sal-clustering-config
Version

Version

2.0.8
Type

Type

jar

Download sal-clustering-config 2.0.8


<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/sal-clustering-config/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>sal-clustering-config</artifactId>
    <version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/sal-clustering-config/
implementation 'org.opendaylight.controller:sal-clustering-config:2.0.8'
// https://jarcasting.com/artifacts/org.opendaylight.controller/sal-clustering-config/
implementation ("org.opendaylight.controller:sal-clustering-config:2.0.8")
'org.opendaylight.controller:sal-clustering-config:jar:2.0.8'
<dependency org="org.opendaylight.controller" name="sal-clustering-config" rev="2.0.8">
  <artifact name="sal-clustering-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='sal-clustering-config', version='2.0.8')
)
libraryDependencies += "org.opendaylight.controller" % "sal-clustering-config" % "2.0.8"
[org.opendaylight.controller/sal-clustering-config "2.0.8"]