is not current version
Last Version 1.1.5

cn.allbs:allbs-websocket 1.0.4

websocket模块封装

GroupId

GroupId

cn.allbs
ArtifactId

ArtifactId

allbs-websocket
Version

Version

1.0.4
Type

Type

jar

Download allbs-websocket 1.0.4


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