| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.opendaylight.controller.samples |
| Идентификатор | Идентификаторclustering-it |
| Последняя версия | Последняя версия1.11.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| clustering-it-1.11.3.pom | 652 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/ -->
<dependency>
<groupId>org.opendaylight.controller.samples</groupId>
<artifactId>clustering-it</artifactId>
<version>1.11.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/
implementation 'org.opendaylight.controller.samples:clustering-it:1.11.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/clustering-it/
implementation ("org.opendaylight.controller.samples:clustering-it:1.11.3")
'org.opendaylight.controller.samples:clustering-it:pom:1.11.3'
<dependency org="org.opendaylight.controller.samples" name="clustering-it" rev="1.11.3">
<artifact name="clustering-it" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it', version='1.11.3')
)
libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it" % "1.11.3"
[org.opendaylight.controller.samples/clustering-it "1.11.3"]