GroupId | GroupIdorg.opendaylight.integration |
---|---|
ArtifactId | ArtifactIdupstream-aggregator |
Version | Version0.15.3 |
Type | Typepom |
Filename | Size |
---|---|
upstream-aggregator-0.15.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-aggregator/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>upstream-aggregator</artifactId>
<version>0.15.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-aggregator/
implementation 'org.opendaylight.integration:upstream-aggregator:0.15.3'
// https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-aggregator/
implementation ("org.opendaylight.integration:upstream-aggregator:0.15.3")
'org.opendaylight.integration:upstream-aggregator:pom:0.15.3'
<dependency org="org.opendaylight.integration" name="upstream-aggregator" rev="0.15.3">
<artifact name="upstream-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='upstream-aggregator', version='0.15.3')
)
libraryDependencies += "org.opendaylight.integration" % "upstream-aggregator" % "0.15.3"
[org.opendaylight.integration/upstream-aggregator "0.15.3"]