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