| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаorg.opendaylight.of-config |
| Идентификатор | Идентификаторsouthbound-features-aggregator |
| Версия | Версия1.3.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| southbound-features-aggregator-1.3.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/southbound-features-aggregator/ -->
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>southbound-features-aggregator</artifactId>
<version>1.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.of-config/southbound-features-aggregator/
implementation 'org.opendaylight.of-config:southbound-features-aggregator:1.3.3'
// https://jarcasting.com/artifacts/org.opendaylight.of-config/southbound-features-aggregator/
implementation ("org.opendaylight.of-config:southbound-features-aggregator:1.3.3")
'org.opendaylight.of-config:southbound-features-aggregator:pom:1.3.3'
<dependency org="org.opendaylight.of-config" name="southbound-features-aggregator" rev="1.3.3">
<artifact name="southbound-features-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.of-config', module='southbound-features-aggregator', version='1.3.3')
)
libraryDependencies += "org.opendaylight.of-config" % "southbound-features-aggregator" % "1.3.3"
[org.opendaylight.of-config/southbound-features-aggregator "1.3.3"]