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