n

native-driver-tvosx64

Native SQLite driver for SQLDelight
https://github.com/cashapp/sqldelight/
The Apache Software License, Version 2.0
Square, Inc.
文件下载
文件名 操作
native-driver-tvosx64-2.0.0-alpha01.pom 下载
native-driver-tvosx64-2.0.0-alpha01-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.sqldelight</groupId>
  <artifactId>native-driver-tvosx64</artifactId>
  <version>2.0.0-alpha01</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'app.cash.sqldelight:native-driver-tvosx64:2.0.0-alpha01'
Gradle Kotlin
implementation("app.cash.sqldelight:native-driver-tvosx64:2.0.0-alpha01")
Scala SBT
libraryDependencies += "app.cash.sqldelight" % "native-driver-tvosx64" % "2.0.0-alpha01"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.sqldelight', module='native-driver-tvosx64', version='2.0.0-alpha01')
)
Apache Ivy
<dependency org="app.cash.sqldelight" name="native-driver-tvosx64" rev="2.0.0-alpha01" />
Leiningen
[app.cash.sqldelight/native-driver-tvosx64 "2.0.0-alpha01"]
Apache Buildr
'app.cash.sqldelight:native-driver-tvosx64:jar:2.0.0-alpha01'