GroupId | GroupIdorg.opendaylight.bgpcep |
---|---|
ArtifactId | ArtifactIdfeatures-aggregator-pcep |
Version | Version0.7.1-Carbon |
Type | Typepom |
Filename | Size |
---|---|
features-aggregator-pcep-0.7.1-Carbon.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-aggregator-pcep/ -->
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>features-aggregator-pcep</artifactId>
<version>0.7.1-Carbon</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-aggregator-pcep/
implementation 'org.opendaylight.bgpcep:features-aggregator-pcep:0.7.1-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-aggregator-pcep/
implementation ("org.opendaylight.bgpcep:features-aggregator-pcep:0.7.1-Carbon")
'org.opendaylight.bgpcep:features-aggregator-pcep:pom:0.7.1-Carbon'
<dependency org="org.opendaylight.bgpcep" name="features-aggregator-pcep" rev="0.7.1-Carbon">
<artifact name="features-aggregator-pcep" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='features-aggregator-pcep', version='0.7.1-Carbon')
)
libraryDependencies += "org.opendaylight.bgpcep" % "features-aggregator-pcep" % "0.7.1-Carbon"
[org.opendaylight.bgpcep/features-aggregator-pcep "0.7.1-Carbon"]