is not current version
Last Version 1.5.0

space.chensheng.wsmessenger:wsmessenger-parent 1.1.0

Wsmessenger is a long connection message middleware based on websocket protocl. It is built upon netty, so it can work well in high concurrency circumstances. It can be used to create PUSH service for android app. It also can be used to create monitor tools for web cluster.

GroupId

GroupId

space.chensheng.wsmessenger
ArtifactId

ArtifactId

wsmessenger-parent
Version

Version

1.1.0
Type

Type

pom

Download wsmessenger-parent 1.1.0


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