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