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