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