Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdicu.easyj.boot.middleware |
ArtifactId | ArtifactIdeasyj-spring-boot-starter-websocket-client |
Version | Version0.3.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot.middleware/easyj-spring-boot-starter-websocket-client/ -->
<dependency>
<groupId>icu.easyj.boot.middleware</groupId>
<artifactId>easyj-spring-boot-starter-websocket-client</artifactId>
<version>0.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot.middleware/easyj-spring-boot-starter-websocket-client/
implementation 'icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:0.3.9'
// https://jarcasting.com/artifacts/icu.easyj.boot.middleware/easyj-spring-boot-starter-websocket-client/
implementation ("icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:0.3.9")
'icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:jar:0.3.9'
<dependency org="icu.easyj.boot.middleware" name="easyj-spring-boot-starter-websocket-client" rev="0.3.9">
<artifact name="easyj-spring-boot-starter-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot.middleware', module='easyj-spring-boot-starter-websocket-client', version='0.3.9')
)
libraryDependencies += "icu.easyj.boot.middleware" % "easyj-spring-boot-starter-websocket-client" % "0.3.9"
[icu.easyj.boot.middleware/easyj-spring-boot-starter-websocket-client "0.3.9"]