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