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