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

com.zeoflow.depot:sqlite 1.0.2

The Depot persistence library provides an abstraction layer over SQLite to allow for more robust database access while using the full power of SQLite.

Категории

Категории

SQLite Данные Базы данных
Группа

Группа

com.zeoflow.depot
Идентификатор

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

sqlite
Версия

Версия

1.0.2
Тип

Тип

aar

Скачать sqlite 1.0.2


<!-- https://jarcasting.com/artifacts/com.zeoflow.depot/sqlite/ -->
<dependency>
    <groupId>com.zeoflow.depot</groupId>
    <artifactId>sqlite</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow.depot/sqlite/
implementation 'com.zeoflow.depot:sqlite:1.0.2'
// https://jarcasting.com/artifacts/com.zeoflow.depot/sqlite/
implementation ("com.zeoflow.depot:sqlite:1.0.2")
'com.zeoflow.depot:sqlite:aar:1.0.2'
<dependency org="com.zeoflow.depot" name="sqlite" rev="1.0.2">
  <artifact name="sqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow.depot', module='sqlite', version='1.0.2')
)
libraryDependencies += "com.zeoflow.depot" % "sqlite" % "1.0.2"
[com.zeoflow.depot/sqlite "1.0.2"]