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