<dependency>
<groupId>org.opendaylight.controller.samples</groupId>
<artifactId>clustering-it-config</artifactId>
<version>1.2.2-Lithium-SR2</version>
</dependency>
implementation 'org.opendaylight.controller.samples:clustering-it-config:1.2.2-Lithium-SR2'
implementation("org.opendaylight.controller.samples:clustering-it-config:1.2.2-Lithium-SR2")
libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it-config" % "1.2.2-Lithium-SR2"
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it-config', version='1.2.2-Lithium-SR2')
)
<dependency org="org.opendaylight.controller.samples" name="clustering-it-config" rev="1.2.2-Lithium-SR2" />
<parent> <groupId>org.opendaylight.controller.samples</groupId> <artifactId>clustering-it</artifactId> <version>1.2.2-Lithium-SR2</version> </parent>