GroupId | GroupIdorg.opendaylight.yangtools |
---|---|
ArtifactId | ArtifactIdregresion-test-model |
Version | Version0.7.2-Lithium-SR2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/regresion-test-model/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>regresion-test-model</artifactId>
<version>0.7.2-Lithium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/regresion-test-model/
implementation 'org.opendaylight.yangtools:regresion-test-model:0.7.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/regresion-test-model/
implementation ("org.opendaylight.yangtools:regresion-test-model:0.7.2-Lithium-SR2")
'org.opendaylight.yangtools:regresion-test-model:jar:0.7.2-Lithium-SR2'
<dependency org="org.opendaylight.yangtools" name="regresion-test-model" rev="0.7.2-Lithium-SR2">
<artifact name="regresion-test-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='regresion-test-model', version='0.7.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.yangtools" % "regresion-test-model" % "0.7.2-Lithium-SR2"
[org.opendaylight.yangtools/regresion-test-model "0.7.2-Lithium-SR2"]