r

runtime-watchosdevicearm64

Multiplatform runtime library to support generated code
https://github.com/cashapp/sqldelight/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
runtime-watchosdevicearm64-2.0.0-rc02.pom download
runtime-watchosdevicearm64-2.0.0-rc02-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.sqldelight</groupId>
  <artifactId>runtime-watchosdevicearm64</artifactId>
  <version>2.0.0-rc02</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'app.cash.sqldelight:runtime-watchosdevicearm64:2.0.0-rc02'
Gradle Kotlin
implementation("app.cash.sqldelight:runtime-watchosdevicearm64:2.0.0-rc02")
Scala SBT
libraryDependencies += "app.cash.sqldelight" % "runtime-watchosdevicearm64" % "2.0.0-rc02"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.sqldelight', module='runtime-watchosdevicearm64', version='2.0.0-rc02')
)
Apache Ivy
<dependency org="app.cash.sqldelight" name="runtime-watchosdevicearm64" rev="2.0.0-rc02" />
Leiningen
[app.cash.sqldelight/runtime-watchosdevicearm64 "2.0.0-rc02"]
Apache Buildr
'app.cash.sqldelight:runtime-watchosdevicearm64:jar:2.0.0-rc02'