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