| GroupId | GroupIdorg.opendaylight.controller.samples | 
|---|---|
| ArtifactId | ArtifactIdsal-samples | 
| Version | Version1.2.4-Lithium-SR4 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| sal-samples-1.2.4-Lithium-SR4.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sal-samples/ -->
<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>sal-samples</artifactId>
    <version>1.2.4-Lithium-SR4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sal-samples/
implementation 'org.opendaylight.controller.samples:sal-samples:1.2.4-Lithium-SR4'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sal-samples/
implementation ("org.opendaylight.controller.samples:sal-samples:1.2.4-Lithium-SR4")'org.opendaylight.controller.samples:sal-samples:pom:1.2.4-Lithium-SR4'<dependency org="org.opendaylight.controller.samples" name="sal-samples" rev="1.2.4-Lithium-SR4">
  <artifact name="sal-samples" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='sal-samples', version='1.2.4-Lithium-SR4')
)libraryDependencies += "org.opendaylight.controller.samples" % "sal-samples" % "1.2.4-Lithium-SR4"[org.opendaylight.controller.samples/sal-samples "1.2.4-Lithium-SR4"]