is not current version
Last Version 0.0.24

io.higgs:websocket 0.0.2

Higgs' WebSocket server and client implementation

GroupId

GroupId

io.higgs
ArtifactId

ArtifactId

websocket
Version

Version

0.0.2
Type

Type

jar

Download websocket 0.0.2


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