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