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