is not current version
Last Version 0.1.1

org.opendaylight.sxp:restconf-client 0.0.4


Categories

Categories

CLI User Interface
GroupId

GroupId

org.opendaylight.sxp
ArtifactId

ArtifactId

restconf-client
Version

Version

0.0.4
Type

Type

jar

Download restconf-client 0.0.4


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