| Категории |
КатегорииSpring Boot Контейнер Микросервисы CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаicu.easyj.boot.middleware |
| Идентификатор | Идентификаторeasyj-spring-boot-starter-websocket-client |
| Версия | Версия0.2.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| easyj-spring-boot-starter-websocket-client-0.2.8.pom | |
| easyj-spring-boot-starter-websocket-client-0.2.8.jar | 452 bytes |
| Обзор |
<!-- 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.2.8</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.2.8'
// 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.2.8")
'icu.easyj.boot.middleware:easyj-spring-boot-starter-websocket-client:jar:0.2.8'
<dependency org="icu.easyj.boot.middleware" name="easyj-spring-boot-starter-websocket-client" rev="0.2.8">
<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.2.8')
)
libraryDependencies += "icu.easyj.boot.middleware" % "easyj-spring-boot-starter-websocket-client" % "0.2.8"
[icu.easyj.boot.middleware/easyj-spring-boot-starter-websocket-client "0.2.8"]