GroupId | GroupIdorg.opendaylight.yangtools |
---|---|
ArtifactId | ArtifactIdrestconf-util |
Version | Version0.7.0-Lithium |
Type | Typejar |
<!-- 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"]