websocket

支持消息拦截的websocket的聚合工程,包含示例

License

License

GroupId

GroupId

com.xzixi
ArtifactId

ArtifactId

websocket
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

pom
Description

Description

websocket
支持消息拦截的websocket的聚合工程,包含示例
Project URL

Project URL

https://gitee.com/xuelingkang/websocket
Source Code Management

Source Code Management

https://gitee.com/xuelingkang/websocket

Download websocket

Filename Size
websocket-2.0.pom 8 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • interceptable-websocket
  • interceptable-websocket-demo

Versions

Version
2.0
1.0