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