MVN

io.github.reactivecircus.blueprint : blueprint-async-coroutines

Maven & Gradle

Sep 25, 2021
56 stars

Blueprint Async Coroutines · Wrapper API for doing async work with Kotlin CoroutineDispatcher

<dependency>
    <groupId>io.github.reactivecircus.blueprint</groupId>
    <artifactId>blueprint-async-coroutines</artifactId>
    <version>1.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.reactivecircus.blueprint : blueprint-async-coroutines to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.0

All Versions

Choose a version of io.github.reactivecircus.blueprint : blueprint-async-coroutines to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
blueprint-async-coroutines-1.18.0
1.17.x
blueprint-async-coroutines-1.17.0
1.16.x
blueprint-async-coroutines-1.16.0
1.15.x
blueprint-async-coroutines-1.15.0
1.14.x
blueprint-async-coroutines-1.14.1
blueprint-async-coroutines-1.14.0
1.13.x
blueprint-async-coroutines-1.13.0
1.12.x
blueprint-async-coroutines-1.12.0
1.11.x
blueprint-async-coroutines-1.11.0
1.10.x
blueprint-async-coroutines-1.10.0
1.9.x
blueprint-async-coroutines-1.9.0
1.8.x
blueprint-async-coroutines-1.8.1
blueprint-async-coroutines-1.8.0
1.7.x
blueprint-async-coroutines-1.7.1
1.6.x
blueprint-async-coroutines-1.6.0
1.5.x
blueprint-async-coroutines-1.5.0
1.4.x
blueprint-async-coroutines-1.4.0

How to add a dependency to Maven

Add the following io.github.reactivecircus.blueprint : blueprint-async-coroutines maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.reactivecircus.blueprint</groupId>
    <artifactId>blueprint-async-coroutines</artifactId>
    <version>1.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.reactivecircus.blueprint : blueprint-async-coroutines gradle dependency to your build.gradle file:

implementation 'io.github.reactivecircus.blueprint:blueprint-async-coroutines:1.18.0'

Gradle Kotlin DSL: Add the following io.github.reactivecircus.blueprint : blueprint-async-coroutines gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.reactivecircus.blueprint:blueprint-async-coroutines:1.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.reactivecircus.blueprint : blueprint-async-coroutines sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.reactivecircus.blueprint" % "blueprint-async-coroutines" % "1.18.0"