| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаorg.opendaylight.controller.samples |
| Идентификатор | Идентификаторclustering-it-config |
| Версия | Версия1.2.0-Lithium |
| Тип | Типjar |
<!-- 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.2.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation 'org.opendaylight.controller.samples:clustering-it-config:1.2.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it-config/
implementation ("org.opendaylight.controller.samples:clustering-it-config:1.2.0-Lithium")
'org.opendaylight.controller.samples:clustering-it-config:jar:1.2.0-Lithium'
<dependency org="org.opendaylight.controller.samples" name="clustering-it-config" rev="1.2.0-Lithium">
<artifact name="clustering-it-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it-config', version='1.2.0-Lithium')
)
libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it-config" % "1.2.0-Lithium"
[org.opendaylight.controller.samples/clustering-it-config "1.2.0-Lithium"]