is not current version
Last Version 1.2.3

org.opendaylight.yangtools:websocket-client 1.0.3-Boron-SR3


Categories

Categories

CLI User Interface
GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

websocket-client
Version

Version

1.0.3-Boron-SR3
Type

Type

jar

Download websocket-client 1.0.3-Boron-SR3


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