не последняя версия
Последняя версия 1.5.3

com.squareup.sqldelight:sqlite-driver 1.0.0-alpha5

JVM SQLite driver for SQLDelight

Категории

Категории

SQLite Данные Базы данных Square Прикладные библиотеки Financial
Группа

Группа

com.squareup.sqldelight
Идентификатор

Идентификатор

sqlite-driver
Версия

Версия

1.0.0-alpha5
Тип

Тип

jar

Скачать sqlite-driver 1.0.0-alpha5


<!-- https://jarcasting.com/artifacts/com.squareup.sqldelight/sqlite-driver/ -->
<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>sqlite-driver</artifactId>
    <version>1.0.0-alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.sqldelight/sqlite-driver/
implementation 'com.squareup.sqldelight:sqlite-driver:1.0.0-alpha5'
// https://jarcasting.com/artifacts/com.squareup.sqldelight/sqlite-driver/
implementation ("com.squareup.sqldelight:sqlite-driver:1.0.0-alpha5")
'com.squareup.sqldelight:sqlite-driver:jar:1.0.0-alpha5'
<dependency org="com.squareup.sqldelight" name="sqlite-driver" rev="1.0.0-alpha5">
  <artifact name="sqlite-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.sqldelight', module='sqlite-driver', version='1.0.0-alpha5')
)
libraryDependencies += "com.squareup.sqldelight" % "sqlite-driver" % "1.0.0-alpha5"
[com.squareup.sqldelight/sqlite-driver "1.0.0-alpha5"]