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