| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.of-config | 
| ArtifactId | ArtifactIdfeatures-of-config-aggregator | 
| Version | Version1.2.2-Carbon | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| features-of-config-aggregator-1.2.2-Carbon.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/features-of-config-aggregator/ -->
<dependency>
    <groupId>org.opendaylight.of-config</groupId>
    <artifactId>features-of-config-aggregator</artifactId>
    <version>1.2.2-Carbon</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.of-config/features-of-config-aggregator/
implementation 'org.opendaylight.of-config:features-of-config-aggregator:1.2.2-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.of-config/features-of-config-aggregator/
implementation ("org.opendaylight.of-config:features-of-config-aggregator:1.2.2-Carbon")'org.opendaylight.of-config:features-of-config-aggregator:pom:1.2.2-Carbon'<dependency org="org.opendaylight.of-config" name="features-of-config-aggregator" rev="1.2.2-Carbon">
  <artifact name="features-of-config-aggregator" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.of-config', module='features-of-config-aggregator', version='1.2.2-Carbon')
)libraryDependencies += "org.opendaylight.of-config" % "features-of-config-aggregator" % "1.2.2-Carbon"[org.opendaylight.of-config/features-of-config-aggregator "1.2.2-Carbon"]