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