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