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