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