<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-js</artifactId> <version>3.0.1</version> <type>klib</type> </dependency>
implementation 'io.ktor:ktor-websockets-js:3.0.1'
implementation("io.ktor:ktor-websockets-js:3.0.1")
libraryDependencies += "io.ktor" % "ktor-websockets-js" % "3.0.1"
@Grapes( @Grab(group='io.ktor', module='ktor-websockets-js', version='3.0.1') )
<dependency org="io.ktor" name="ktor-websockets-js" rev="3.0.1" />
[io.ktor/ktor-websockets-js "3.0.1"]
'io.ktor:ktor-websockets-js:jar:3.0.1'
compile
|-- org.jetbrains.kotlin:kotlin-dom-api-compat:2.0.21
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.9.0
|-- io.ktor:ktor-http-js:3.0.1
|-- org.jetbrains.kotlin:kotlin-stdlib-js:2.0.21
runtime
|-- org.jetbrains.kotlin:kotlinx-atomicfu-runtime:2.0.21
|-- org.jetbrains.kotlinx:atomicfu-js:0.25.0