<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-js</artifactId> <version>1.6.6</version> <type>pom</type> </dependency>
implementation 'io.ktor:ktor-client-websockets-js:1.6.6'
implementation("io.ktor:ktor-client-websockets-js:1.6.6")
libraryDependencies += "io.ktor" % "ktor-client-websockets-js" % "1.6.6"
@Grapes( @Grab(group='io.ktor', module='ktor-client-websockets-js', version='1.6.6') )
<dependency org="io.ktor" name="ktor-client-websockets-js" rev="1.6.6" />
[io.ktor/ktor-client-websockets-js "1.6.6"]
'io.ktor:ktor-client-websockets-js:jar:1.6.6'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-js:1.6.0
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.5.2-native-mt
|-- io.ktor:ktor-client-core-js:1.6.6