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