<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-iosx64</artifactId> <version>2.3.0</version> <type>pom</type> </dependency>
implementation 'io.ktor:ktor-websockets-iosx64:2.3.0'
implementation("io.ktor:ktor-websockets-iosx64:2.3.0")
libraryDependencies += "io.ktor" % "ktor-websockets-iosx64" % "2.3.0"
@Grapes( @Grab(group='io.ktor', module='ktor-websockets-iosx64', version='2.3.0') )
<dependency org="io.ktor" name="ktor-websockets-iosx64" rev="2.3.0" />
[io.ktor/ktor-websockets-iosx64 "2.3.0"]
'io.ktor:ktor-websockets-iosx64:jar:2.3.0'
compile
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-iosx64:1.6.4
|-- io.ktor:ktor-http-iosx64:2.3.0
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
|-- org.jetbrains.kotlinx:atomicfu-iosx64:0.19.0