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