<dependency>
<groupId>org.opendaylight.controller.samples</groupId>
<artifactId>clustering-it-model</artifactId>
<version>10.0.5</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it-model" % "10.0.5"
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it-model', version='10.0.5')
)
<dependency org="org.opendaylight.controller.samples" name="clustering-it-model" rev="10.0.5" />