MVN

org.jetbrains.kotlinx : kotlinx-coroutines

Maven & Gradle

Oct 21, 2017
10k 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 Updated
  • kotlinx-coroutines-0.19.2

    Oct 21, 2017
  • kotlinx-coroutines-0.19.1

    Oct 07, 2017
  • kotlinx-coroutines-0.19

    Sep 29, 2017
  • kotlinx-coroutines-0.19-alpha-4

    Sep 08, 2017

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>