Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jetbrains.kotlinx |
ArtifactId | ArtifactIdkotlinx-coroutines-reactive |
Version | Version0.23.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-coroutines-reactive/ -->
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<version>0.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-coroutines-reactive/
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:0.23.0'
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-coroutines-reactive/
implementation ("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:0.23.0")
'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:jar:0.23.0'
<dependency org="org.jetbrains.kotlinx" name="kotlinx-coroutines-reactive" rev="0.23.0">
<artifact name="kotlinx-coroutines-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-coroutines-reactive', version='0.23.0')
)
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-coroutines-reactive" % "0.23.0"
[org.jetbrains.kotlinx/kotlinx-coroutines-reactive "0.23.0"]