GroupId | GroupIdorg.opendaylight.tsdr |
---|---|
ArtifactId | ArtifactIdfeatures-tsdr |
Version | Version1.0.1-Lithium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.tsdr/features-tsdr/ -->
<dependency>
<groupId>org.opendaylight.tsdr</groupId>
<artifactId>features-tsdr</artifactId>
<version>1.0.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.tsdr/features-tsdr/
implementation 'org.opendaylight.tsdr:features-tsdr:1.0.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.tsdr/features-tsdr/
implementation ("org.opendaylight.tsdr:features-tsdr:1.0.1-Lithium-SR1")
'org.opendaylight.tsdr:features-tsdr:jar:1.0.1-Lithium-SR1'
<dependency org="org.opendaylight.tsdr" name="features-tsdr" rev="1.0.1-Lithium-SR1">
<artifact name="features-tsdr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.tsdr', module='features-tsdr', version='1.0.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.tsdr" % "features-tsdr" % "1.0.1-Lithium-SR1"
[org.opendaylight.tsdr/features-tsdr "1.0.1-Lithium-SR1"]