MVN

com.squareup.sqldelight : runtime-jvm

Maven & Gradle

Jan 20, 2023
37 usages
6.1k stars

SQLDelight Multiplatform Runtime (Experimental) · Multiplatform runtime library to support generated code

<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>runtime-jvm</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.sqldelight : runtime-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5
  • Latest Release Candidate: 1.0.0-rc7

All Versions

Choose a version of com.squareup.sqldelight : runtime-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
runtime-jvm-1.5.5
runtime-jvm-1.5.4
runtime-jvm-1.5.3
runtime-jvm-1.5.2
runtime-jvm-1.5.1
runtime-jvm-1.5.0
1.4.x
runtime-jvm-1.4.4
runtime-jvm-1.4.3
runtime-jvm-1.4.2
runtime-jvm-1.4.1
runtime-jvm-1.4.0
1.3.x
runtime-jvm-1.3.0
1.2.x
runtime-jvm-1.2.2
runtime-jvm-1.2.1
runtime-jvm-1.2.0
1.1.x
runtime-jvm-1.1.5
runtime-jvm-1.1.4
runtime-jvm-1.1.3
runtime-jvm-1.1.2
runtime-jvm-1.1.1
runtime-jvm-1.1.0
1.0.x
runtime-jvm-1.0.3
runtime-jvm-1.0.2
runtime-jvm-1.0.1
runtime-jvm-1.0.0
runtime-jvm-1.0.0-rc7
runtime-jvm-1.0.0-rc6
runtime-jvm-1.0.0-rc5
runtime-jvm-1.0.0-rc4
runtime-jvm-1.0.0-rc3
runtime-jvm-1.0.0-rc2
runtime-jvm-1.0.0-rc1

How to add a dependency to Maven

Add the following com.squareup.sqldelight : runtime-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>runtime-jvm</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.sqldelight : runtime-jvm gradle dependency to your build.gradle file:

implementation 'com.squareup.sqldelight:runtime-jvm:1.5.5'

Gradle Kotlin DSL: Add the following com.squareup.sqldelight : runtime-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.sqldelight:runtime-jvm:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.sqldelight : runtime-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.sqldelight" % "runtime-jvm" % "1.5.5"

Advertisement

Dependencies from Group

Jan 20, 2023
37 usages
6.1k stars
Jan 20, 2023
36 usages
6.1k stars
Jan 20, 2023
24 usages
6.1k stars
Jan 20, 2023
16 usages
6.1k stars
Jan 20, 2023
14 usages
6.1k stars

Discover Dependencies