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