is not current version
Last Version 5.0.5

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

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

3.0.3
Type

Type

jar

Download sal-clustering-config 3.0.3


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