File | Operation |
---|---|
clustering-it-1.2.3-Lithium-SR3.pom | download |
<dependency>
<groupId>org.opendaylight.controller.samples</groupId>
<artifactId>clustering-it</artifactId>
<version>1.2.3-Lithium-SR3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.controller.samples" % "clustering-it" % "1.2.3-Lithium-SR3"
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='clustering-it', version='1.2.3-Lithium-SR3')
)
<dependency org="org.opendaylight.controller.samples" name="clustering-it" rev="1.2.3-Lithium-SR3" />
<parent> <groupId>org.opendaylight.controller.samples</groupId> <artifactId>sal-samples</artifactId> <version>1.2.3-Lithium-SR3</version> </parent>