GroupId | GroupIdorg.opendaylight.bgpcep |
---|---|
ArtifactId | ArtifactIdfeatures-bgp |
Version | Version0.4.0-Lithium |
Type | Typejar |
Filename | Size |
---|---|
features-bgp-0.4.0-Lithium.pom | |
features-bgp-0.4.0-Lithium.kar | 5 MB |
features-bgp-0.4.0-Lithium-features.xml | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-bgp/ -->
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>features-bgp</artifactId>
<version>0.4.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-bgp/
implementation 'org.opendaylight.bgpcep:features-bgp:0.4.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-bgp/
implementation ("org.opendaylight.bgpcep:features-bgp:0.4.0-Lithium")
'org.opendaylight.bgpcep:features-bgp:jar:0.4.0-Lithium'
<dependency org="org.opendaylight.bgpcep" name="features-bgp" rev="0.4.0-Lithium">
<artifact name="features-bgp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='features-bgp', version='0.4.0-Lithium')
)
libraryDependencies += "org.opendaylight.bgpcep" % "features-bgp" % "0.4.0-Lithium"
[org.opendaylight.bgpcep/features-bgp "0.4.0-Lithium"]