<dependency>
<groupId>org.opendaylight.openflowplugin.model</groupId>
<artifactId>model-flow-service</artifactId>
<version>0.19.1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.openflowplugin.model" % "model-flow-service" % "0.19.1"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.model', module='model-flow-service', version='0.19.1')
)
<dependency org="org.opendaylight.openflowplugin.model" name="model-flow-service" rev="0.19.1" />