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