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