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