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