| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаorg.opendaylight.netconf |
| Идентификатор | Идентификаторrestconf-models |
| Версия | Версия1.13.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| restconf-models-1.13.1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-models</artifactId>
<version>1.13.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/
implementation 'org.opendaylight.netconf:restconf-models:1.13.1'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/
implementation ("org.opendaylight.netconf:restconf-models:1.13.1")
'org.opendaylight.netconf:restconf-models:pom:1.13.1'
<dependency org="org.opendaylight.netconf" name="restconf-models" rev="1.13.1">
<artifact name="restconf-models" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-models', version='1.13.1')
)
libraryDependencies += "org.opendaylight.netconf" % "restconf-models" % "1.13.1"
[org.opendaylight.netconf/restconf-models "1.13.1"]