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