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