n

native-driver-tvosx64

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