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