is not current version
Last Version 1.4.3-Boron-SR3

org.opendaylight.controller:sal-remote 1.0


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

sal-remote
Version

Version

1.0
Type

Type

jar

Download sal-remote 1.0


<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/sal-remote/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>sal-remote</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/sal-remote/
implementation 'org.opendaylight.controller:sal-remote:1.0'
// https://jarcasting.com/artifacts/org.opendaylight.controller/sal-remote/
implementation ("org.opendaylight.controller:sal-remote:1.0")
'org.opendaylight.controller:sal-remote:jar:1.0'
<dependency org="org.opendaylight.controller" name="sal-remote" rev="1.0">
  <artifact name="sal-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='sal-remote', version='1.0')
)
libraryDependencies += "org.opendaylight.controller" % "sal-remote" % "1.0"
[org.opendaylight.controller/sal-remote "1.0"]