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