| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdorg.opendaylight.detnet | 
| ArtifactId | ArtifactIdfeatures-aggregator | 
| Last Version | Last Version0.1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| features-aggregator-0.1.0.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.detnet/features-aggregator/ -->
<dependency>
    <groupId>org.opendaylight.detnet</groupId>
    <artifactId>features-aggregator</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.detnet/features-aggregator/
implementation 'org.opendaylight.detnet:features-aggregator:0.1.0'// https://jarcasting.com/artifacts/org.opendaylight.detnet/features-aggregator/
implementation ("org.opendaylight.detnet:features-aggregator:0.1.0")'org.opendaylight.detnet:features-aggregator:pom:0.1.0'<dependency org="org.opendaylight.detnet" name="features-aggregator" rev="0.1.0">
  <artifact name="features-aggregator" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.detnet', module='features-aggregator', version='0.1.0')
)libraryDependencies += "org.opendaylight.detnet" % "features-aggregator" % "0.1.0"[org.opendaylight.detnet/features-aggregator "0.1.0"]