r

runtime-tvosx64

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