| Группа | Группаorg.opendaylight.bgpcep |
|---|---|
| Идентификатор | Идентификаторfeatures-bgp |
| Версия | Версия0.3.1-Helium |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| features-bgp-0.3.1-Helium.pom | |
| features-bgp-0.3.1-Helium.jar | 4 KB |
| features-bgp-0.3.1-Helium-sources.jar | 1 KB |
| features-bgp-0.3.1-Helium-features.xml | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-bgp/ -->
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>features-bgp</artifactId>
<version>0.3.1-Helium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-bgp/
implementation 'org.opendaylight.bgpcep:features-bgp:0.3.1-Helium'
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/features-bgp/
implementation ("org.opendaylight.bgpcep:features-bgp:0.3.1-Helium")
'org.opendaylight.bgpcep:features-bgp:jar:0.3.1-Helium'
<dependency org="org.opendaylight.bgpcep" name="features-bgp" rev="0.3.1-Helium">
<artifact name="features-bgp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='features-bgp', version='0.3.1-Helium')
)
libraryDependencies += "org.opendaylight.bgpcep" % "features-bgp" % "0.3.1-Helium"
[org.opendaylight.bgpcep/features-bgp "0.3.1-Helium"]