How To Install Java Artifact org.jetbrains.kotlinx.kotlinx-coroutines v0.19-alpha-4

org.jetbrains.kotlinx kotlinx-coroutines 0.19-alpha-4

Introduction

In this article, we'll learn how to install Java artifact kotlinx-coroutines from org.jetbrains.kotlinx group in version 0.19-alpha-4. The artifact is available in 4 versions: 0.19.2 0.19.1 0.19-alpha-4 0.19 . The kotlinx-coroutines project has been released under The Apache Software License, Version 2.0 license, and has its own website at: https://github.com/Kotlin/kotlinx.coroutines/ .

How To Install Java Artifact org.jetbrains.kotlinx.kotlinx-coroutines In Version 0.19-alpha-4

To install the kotlinx-coroutines artifact in version 0.19-alpha-4 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses kotlinx-coroutines dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (1)

Provided dependencies (1)

Test dependencies (1)

Licenses

Developers