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

com.github.tonilopezmr:easysqlite 1.0.1

Use easily the database SQLite on android using the DAO and transformer design patterns.

Категории

Категории

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

Группа

com.github.tonilopezmr
Идентификатор

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

easysqlite
Версия

Версия

1.0.1
Тип

Тип

aar

Скачать easysqlite 1.0.1


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