is not current version
Last Version 3.0.5

org.opendaylight.netconf:websocket-client 1.13.7


Categories

Categories

Net CLI User Interface
GroupId

GroupId

org.opendaylight.netconf
ArtifactId

ArtifactId

websocket-client
Version

Version

1.13.7
Type

Type

jar

Download websocket-client 1.13.7


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