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