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