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