is not current version
Last Version 2.1.3

org.zhongweixian:websocket-api 2.0.2

Demo project for netty-api

GroupId

GroupId

org.zhongweixian
ArtifactId

ArtifactId

websocket-api
Version

Version

2.0.2
Type

Type

jar

Download websocket-api 2.0.2


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