GroupId | GroupIdorg.opendaylight.yangtools |
---|---|
ArtifactId | ArtifactIdrestconf-util |
Version | Version0.7.1-Lithium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/restconf-util/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>restconf-util</artifactId>
<version>0.7.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/restconf-util/
implementation 'org.opendaylight.yangtools:restconf-util:0.7.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/restconf-util/
implementation ("org.opendaylight.yangtools:restconf-util:0.7.1-Lithium-SR1")
'org.opendaylight.yangtools:restconf-util:jar:0.7.1-Lithium-SR1'
<dependency org="org.opendaylight.yangtools" name="restconf-util" rev="0.7.1-Lithium-SR1">
<artifact name="restconf-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='restconf-util', version='0.7.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.yangtools" % "restconf-util" % "0.7.1-Lithium-SR1"
[org.opendaylight.yangtools/restconf-util "0.7.1-Lithium-SR1"]