is not current version
Last Version 1.2.4-Lithium-SR4

org.opendaylight.controller:sal-restconf-broker 1.0


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

sal-restconf-broker
Version

Version

1.0
Type

Type

jar

Download sal-restconf-broker 1.0


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