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