| License | License | 
|---|---|
| GroupId | GroupIdorg.opendaylight.integration | 
| ArtifactId | ArtifactIdfeatures-aggregator | 
| Last Version | Last Version0.16.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionODL :: integration :: features-aggregator Aggregator for distribution features and feature repos. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| features-aggregator-0.16.0.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.16.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.integration/features-aggregator/
implementation 'org.opendaylight.integration:features-aggregator:0.16.0'// https://jarcasting.com/artifacts/org.opendaylight.integration/features-aggregator/
implementation ("org.opendaylight.integration:features-aggregator:0.16.0")'org.opendaylight.integration:features-aggregator:pom:0.16.0'<dependency org="org.opendaylight.integration" name="features-aggregator" rev="0.16.0">
  <artifact name="features-aggregator" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.integration', module='features-aggregator', version='0.16.0')
)libraryDependencies += "org.opendaylight.integration" % "features-aggregator" % "0.16.0"[org.opendaylight.integration/features-aggregator "0.16.0"]