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