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