MVN

app.cash.sqldelight : async-extensions-iosarm32

Maven & Gradle

Jan 20, 2023
5.8k stars

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

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

Latest Version

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

  • Latest Stable: 2.0.0-alpha05
  • Latest Alpha: 2.0.0-alpha05

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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