Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller.samples |
ArtifactId | ArtifactIdclustering-it-config |
Version | Version2.0.0 |
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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation 'org.opendaylight.controller.samples:clustering-it-config:2.0.0'
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation ("org.opendaylight.controller.samples:clustering-it-config:2.0.0")
'org.opendaylight.controller.samples:clustering-it-config:jar:2.0.0'
<dependency org="org.opendaylight.controller.samples" name="clustering-it-config" rev="2.0.0">
<artifact name="clustering-it-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it-config', version='2.0.0')
)
libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it-config" % "2.0.0"
[org.opendaylight.controller.samples/clustering-it-config "2.0.0"]