<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-js</artifactId> <version>2.3.8</version> <type>klib</type> </dependency>
implementation 'io.ktor:ktor-client-websockets-js:2.3.8'
implementation("io.ktor:ktor-client-websockets-js:2.3.8")
libraryDependencies += "io.ktor" % "ktor-client-websockets-js" % "2.3.8"
@Grapes( @Grab(group='io.ktor', module='ktor-client-websockets-js', version='2.3.8') )
<dependency org="io.ktor" name="ktor-client-websockets-js" rev="2.3.8" />
[io.ktor/ktor-client-websockets-js "2.3.8"]
'io.ktor:ktor-client-websockets-js:jar:2.3.8'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-js:1.8.22
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.7.1
|-- io.ktor:ktor-client-core-js:2.3.8
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22