GroupId | GroupIdorg.opendaylight.ttp |
---|---|
ArtifactId | ArtifactIdfeatures-ttp |
Version | Version0.4.4-Carbon |
Type | Typejar |
Filename | Size |
---|---|
features-ttp-0.4.4-Carbon.pom | |
features-ttp-0.4.4-Carbon.kar | 408 KB |
features-ttp-0.4.4-Carbon-sources.jar | 2 KB |
features-ttp-0.4.4-Carbon-features.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ttp/features-ttp/ -->
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>features-ttp</artifactId>
<version>0.4.4-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ttp/features-ttp/
implementation 'org.opendaylight.ttp:features-ttp:0.4.4-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.ttp/features-ttp/
implementation ("org.opendaylight.ttp:features-ttp:0.4.4-Carbon")
'org.opendaylight.ttp:features-ttp:jar:0.4.4-Carbon'
<dependency org="org.opendaylight.ttp" name="features-ttp" rev="0.4.4-Carbon">
<artifact name="features-ttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ttp', module='features-ttp', version='0.4.4-Carbon')
)
libraryDependencies += "org.opendaylight.ttp" % "features-ttp" % "0.4.4-Carbon"
[org.opendaylight.ttp/features-ttp "0.4.4-Carbon"]