| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices CLI User Interface | 
| GroupId | GroupIdxyz.icanfly.websocket | 
| ArtifactId | ArtifactIdwebsocketClient-spring-boot-starter | 
| Last Version | Last Version1.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionwebsocketClient-spring-boot-starter this library to help user to connect more than one address by netty websocket | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/xyz.icanfly.websocket/websocketClient-spring-boot-starter/ -->
<dependency>
    <groupId>xyz.icanfly.websocket</groupId>
    <artifactId>websocketClient-spring-boot-starter</artifactId>
    <version>1.3</version>
</dependency>// https://jarcasting.com/artifacts/xyz.icanfly.websocket/websocketClient-spring-boot-starter/
implementation 'xyz.icanfly.websocket:websocketClient-spring-boot-starter:1.3'// https://jarcasting.com/artifacts/xyz.icanfly.websocket/websocketClient-spring-boot-starter/
implementation ("xyz.icanfly.websocket:websocketClient-spring-boot-starter:1.3")'xyz.icanfly.websocket:websocketClient-spring-boot-starter:jar:1.3'<dependency org="xyz.icanfly.websocket" name="websocketClient-spring-boot-starter" rev="1.3">
  <artifact name="websocketClient-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.icanfly.websocket', module='websocketClient-spring-boot-starter', version='1.3')
)libraryDependencies += "xyz.icanfly.websocket" % "websocketClient-spring-boot-starter" % "1.3"[xyz.icanfly.websocket/websocketClient-spring-boot-starter "1.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.4.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE | 
| io.netty : netty-all | jar | 4.1.42.Final |