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