не последняя версия
Последняя версия 2.0.2

io.ktor:ktor-client-websockets-js 1.3.0-rc

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

Категории

Категории

JavaScript Языки программирования CLI Взаимодействие с пользователем
Группа

Группа

io.ktor
Идентификатор

Идентификатор

ktor-client-websockets-js
Версия

Версия

1.3.0-rc
Тип

Тип

jar

Скачать ktor-client-websockets-js 1.3.0-rc


<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-client-websockets-js</artifactId>
    <version>1.3.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/
implementation 'io.ktor:ktor-client-websockets-js:1.3.0-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/
implementation ("io.ktor:ktor-client-websockets-js:1.3.0-rc")
'io.ktor:ktor-client-websockets-js:jar:1.3.0-rc'
<dependency org="io.ktor" name="ktor-client-websockets-js" rev="1.3.0-rc">
  <artifact name="ktor-client-websockets-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-websockets-js', version='1.3.0-rc')
)
libraryDependencies += "io.ktor" % "ktor-client-websockets-js" % "1.3.0-rc"
[io.ktor/ktor-client-websockets-js "1.3.0-rc"]