| GroupId | GroupIdorg.opendaylight.ttp | 
|---|---|
| ArtifactId | ArtifactIdfeatures-ttp | 
| Version | Version0.0.1-Helium | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| features-ttp-0.0.1-Helium.pom | |
| features-ttp-0.0.1-Helium.jar | 4 KB | 
| features-ttp-0.0.1-Helium-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.0.1-Helium</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.ttp/features-ttp/
implementation 'org.opendaylight.ttp:features-ttp:0.0.1-Helium'// https://jarcasting.com/artifacts/org.opendaylight.ttp/features-ttp/
implementation ("org.opendaylight.ttp:features-ttp:0.0.1-Helium")'org.opendaylight.ttp:features-ttp:jar:0.0.1-Helium'<dependency org="org.opendaylight.ttp" name="features-ttp" rev="0.0.1-Helium">
  <artifact name="features-ttp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.ttp', module='features-ttp', version='0.0.1-Helium')
)libraryDependencies += "org.opendaylight.ttp" % "features-ttp" % "0.0.1-Helium"[org.opendaylight.ttp/features-ttp "0.0.1-Helium"]