| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаio.ktor |
| Идентификатор | Идентификаторktor-client-websockets |
| Версия | Версия1.3.0-rc |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ktor-client-websockets-1.3.0-rc.pom | |
| ktor-client-websockets-1.3.0-rc.jar | 643 bytes |
| ktor-client-websockets-1.3.0-rc-sources.jar | 640 bytes |
| ktor-client-websockets-1.3.0-rc-kdoc.jar | 261 bytes |
| ktor-client-websockets-1.3.0-rc-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-websockets</artifactId>
<version>1.3.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets/
implementation 'io.ktor:ktor-client-websockets:1.3.0-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets/
implementation ("io.ktor:ktor-client-websockets:1.3.0-rc")
'io.ktor:ktor-client-websockets:jar:1.3.0-rc'
<dependency org="io.ktor" name="ktor-client-websockets" rev="1.3.0-rc">
<artifact name="ktor-client-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-websockets', version='1.3.0-rc')
)
libraryDependencies += "io.ktor" % "ktor-client-websockets" % "1.3.0-rc"
[io.ktor/ktor-client-websockets "1.3.0-rc"]