| Группа | Группаorg.opendaylight.yangtools |
|---|---|
| Идентификатор | Идентификаторrestconf-util |
| Версия | Версия0.7.0-Lithium |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| restconf-util-0.7.0-Lithium.pom | |
| restconf-util-0.7.0-Lithium.jar | 11 KB |
| restconf-util-0.7.0-Lithium-sources.jar | 5 KB |
| restconf-util-0.7.0-Lithium-javadoc.jar | 41 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/restconf-util/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>restconf-util</artifactId>
<version>0.7.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/restconf-util/
implementation 'org.opendaylight.yangtools:restconf-util:0.7.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/restconf-util/
implementation ("org.opendaylight.yangtools:restconf-util:0.7.0-Lithium")
'org.opendaylight.yangtools:restconf-util:jar:0.7.0-Lithium'
<dependency org="org.opendaylight.yangtools" name="restconf-util" rev="0.7.0-Lithium">
<artifact name="restconf-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='restconf-util', version='0.7.0-Lithium')
)
libraryDependencies += "org.opendaylight.yangtools" % "restconf-util" % "0.7.0-Lithium"
[org.opendaylight.yangtools/restconf-util "0.7.0-Lithium"]