<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-js</artifactId> <version>2.3.3</version> <type>klib</type> </dependency>
implementation 'io.ktor:ktor-websockets-js:2.3.3'
implementation("io.ktor:ktor-websockets-js:2.3.3")
libraryDependencies += "io.ktor" % "ktor-websockets-js" % "2.3.3"
@Grapes( @Grab(group='io.ktor', module='ktor-websockets-js', version='2.3.3') )
<dependency org="io.ktor" name="ktor-websockets-js" rev="2.3.3" />
[io.ktor/ktor-websockets-js "2.3.3"]
'io.ktor:ktor-websockets-js:jar:2.3.3'
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.3
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22