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