MVN

org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js

Maven & Gradle

Dec 01, 2023
12.7k stars

kotlinx-coroutines-core · Coroutines support libraries for Kotlin

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlinx-coroutines-core-wasm-js</artifactId>
    <version>1.8.0-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0-RC
  • Latest Release Candidate: 1.8.0-RC

All Versions

Choose a version of org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
kotlinx-coroutines-core-wasm-js-1.8.0-RC

How to add a dependency to Maven

Add the following org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlinx-coroutines-core-wasm-js</artifactId>
    <version>1.8.0-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core-wasm-js:1.8.0-RC'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-wasm-js:1.8.0-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlinx : kotlinx-coroutines-core-wasm-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-coroutines-core-wasm-js" % "1.8.0-RC"