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