GroupId | GroupIdorg.opendaylight.yangtools.model |
---|---|
ArtifactId | ArtifactIdietf-interfaces |
Version | Version2014.05.08.7.1-Lithium-SR1 |
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.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/ietf-interfaces/
implementation 'org.opendaylight.yangtools.model:ietf-interfaces:2014.05.08.7.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/ietf-interfaces/
implementation ("org.opendaylight.yangtools.model:ietf-interfaces:2014.05.08.7.1-Lithium-SR1")
'org.opendaylight.yangtools.model:ietf-interfaces:jar:2014.05.08.7.1-Lithium-SR1'
<dependency org="org.opendaylight.yangtools.model" name="ietf-interfaces" rev="2014.05.08.7.1-Lithium-SR1">
<artifact name="ietf-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='ietf-interfaces', version='2014.05.08.7.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.yangtools.model" % "ietf-interfaces" % "2014.05.08.7.1-Lithium-SR1"
[org.opendaylight.yangtools.model/ietf-interfaces "2014.05.08.7.1-Lithium-SR1"]