MVN

org.jetbrains.kotlinx : kotlinx-coroutines

Maven & Gradle

Oct 21, 2017
12.6k stars

kotlinx-coroutines · Coroutines support libraries for Kotlin 1.1

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlinx-coroutines</artifactId>
    <version>0.19.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlinx : kotlinx-coroutines to add to Maven - Latest Versions:

  • Latest Stable: 0.19.2
  • Latest Alpha: 0.19-alpha-4

All Versions

Choose a version of org.jetbrains.kotlinx : kotlinx-coroutines to add to Maven - All Versions:

Version Vulnerabilities Updated
0.19.x
kotlinx-coroutines-0.19.2
kotlinx-coroutines-0.19.1
0.19
kotlinx-coroutines-0.19
kotlinx-coroutines-0.19-alpha-4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlinx-coroutines</artifactId>
    <version>0.19.2</version>
</dependency>

Advertisement