is not current version
Last Version 0.8.0

net.wessendorf.websocket:simple-client 0.7.0

A simple WebSocket Java client based on JSR 356

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.wessendorf.websocket
ArtifactId

ArtifactId

simple-client
Version

Version

0.7.0
Type

Type

jar

Download simple-client 0.7.0


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