Last Version

simple-client 0.8.0

A simple WebSocket Java client based on JSR 356

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.wessendorf.websocket
ArtifactId

ArtifactId

simple-client
Version

Version

0.8.0
Type

Type

jar
Description

Description

simple-client
A simple WebSocket Java client based on JSR 356
Source Code Management

Source Code Management

https://github.com/matzew/simple-websocket-client

Download simple-client 0.8.0


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

Dependencies

compile (1)

Group / Artifact Type Version
javax.websocket : javax.websocket-client-api jar 1.1

test (9)

Group / Artifact Type Version
io.undertow : undertow-websockets-jsr jar 1.2.0.Beta3
junit : junit jar 4.11
org.assertj : assertj-core jar 1.6.1
io.undertow : undertow-core jar 1.2.0.Beta3
org.glassfish.tyrus : tyrus-server jar 1.8.3
org.glassfish.tyrus : tyrus-container-grizzly-server jar 1.8.3
io.netty : netty-all jar 4.0.24.Final
io.vertx : vertx-core jar 2.1.4
io.vertx : vertx-platform jar 2.1.4

Project Modules

There are no modules declared in this project.