MVN

app.cash.sqldelight : async-extensions

Maven & Gradle

Jul 26, 2023
5.8k stars

SQLDelight Async Driver Extensions · Kotlin extensions for working with Async drivers

<dependency>
    <groupId>app.cash.sqldelight</groupId>
    <artifactId>async-extensions</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.sqldelight : async-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 2.0.0-rc02
  • Latest Alpha: 2.0.0-alpha05

All Versions

Choose a version of app.cash.sqldelight : async-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
async-extensions-2.0.0
async-extensions-2.0.0-rc02
async-extensions-2.0.0-rc01
async-extensions-2.0.0-alpha05
async-extensions-2.0.0-alpha04
async-extensions-2.0.0-alpha03

How to add a dependency to Maven

Add the following app.cash.sqldelight : async-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.sqldelight</groupId>
    <artifactId>async-extensions</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.sqldelight : async-extensions gradle dependency to your build.gradle file:

implementation 'app.cash.sqldelight:async-extensions:2.0.0'

Gradle Kotlin DSL: Add the following app.cash.sqldelight : async-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.sqldelight:async-extensions:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.sqldelight : async-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.sqldelight" % "async-extensions" % "2.0.0"