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