is not current version
Last Version 2.1.3

org.zhongweixian:websocket-api 2.0.1

Demo project for ws client

GroupId

GroupId

org.zhongweixian
ArtifactId

ArtifactId

websocket-api
Version

Version

2.0.1
Type

Type

jar

Download websocket-api 2.0.1


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