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