is not current version
Last Version 1.2.3

org.opendaylight.yangtools:websocket-client 0.7.1-Lithium-SR1


Categories

Categories

CLI User Interface
GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

websocket-client
Version

Version

0.7.1-Lithium-SR1
Type

Type

jar

Download websocket-client 0.7.1-Lithium-SR1


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