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