e

easyj-spring-boot-starter-websocket-client

EasyJ中间件:WebSocket客户端启动包
https://easyj.icu
Apache License, Version 2.0
EasyJ开源社区
王良
Files download
File Operation
easyj-spring-boot-starter-websocket-client-0.7.7.jar download
easyj-spring-boot-starter-websocket-client-0.7.7.pom download
Apache Maven
<dependency>
  <groupId>icu.easyj.boot.middleware</groupId>
  <artifactId>easyj-spring-boot-starter-websocket-client</artifactId>
  <version>0.7.7</version>
</dependency>
Gradle Groovy
implementation 'icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:0.7.7'
Gradle Kotlin
implementation("icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:0.7.7")
Scala SBT
libraryDependencies += "icu.easyj.boot.middleware" % "easyj-spring-boot-starter-websocket-client" % "0.7.7"
Groovy Grape
@Grapes(
  @Grab(group='icu.easyj.boot.middleware', module='easyj-spring-boot-starter-websocket-client', version='0.7.7')
)
Apache Ivy
<dependency org="icu.easyj.boot.middleware" name="easyj-spring-boot-starter-websocket-client" rev="0.7.7" />
Leiningen
[icu.easyj.boot.middleware/easyj-spring-boot-starter-websocket-client "0.7.7"]
Apache Buildr
'icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:jar:0.7.7'