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