<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-macosx64</artifactId> <version>3.0.0-beta-1</version> <type>pom</type> </dependency>
implementation 'io.ktor:ktor-io-macosx64:3.0.0-beta-1'
implementation("io.ktor:ktor-io-macosx64:3.0.0-beta-1")
libraryDependencies += "io.ktor" % "ktor-io-macosx64" % "3.0.0-beta-1"
@Grapes( @Grab(group='io.ktor', module='ktor-io-macosx64', version='3.0.0-beta-1') )
<dependency org="io.ktor" name="ktor-io-macosx64" rev="3.0.0-beta-1" />
[io.ktor/ktor-io-macosx64 "3.0.0-beta-1"]
'io.ktor:ktor-io-macosx64:jar:3.0.0-beta-1'
compile
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-macosx64:1.7.3
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.20
|-- org.jetbrains.kotlinx:atomicfu-macosx64:0.22.0