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