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