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