<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-protocol-framework-aggregator</artifactId>
<version>0.9.4-Carbon</version>
</dependency>
implementation group: 'org.opendaylight.controller', name: 'features-protocol-framework-aggregator', version: '0.9.4-Carbon'
implementation 'org.opendaylight.controller:features-protocol-framework-aggregator:0.9.4-Carbon'
implementation("org.opendaylight.controller:features-protocol-framework-aggregator:0.9.4-Carbon")
libraryDependencies += "org.opendaylight.controller" % "features-protocol-framework-aggregator" % "0.9.4-Carbon"
<dependency org="org.opendaylight.controller" name="features-protocol-framework-aggregator" rev="0.9.4-Carbon"/>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-protocol-framework-aggregator', version='0.9.4-Carbon')
)
[org.opendaylight.controller/features-protocol-framework-aggregator "0.9.4-Carbon"]
'org.opendaylight.controller:features-protocol-framework-aggregator:jar:0.9.4-Carbon'