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