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