| Категории |
КатегорииSQLite Данные Базы данных |
|---|---|
| Группа | Группаcom.github.tonilopezmr |
| Идентификатор | Идентификаторeasysqlite |
| Версия | Версия2.0.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| easysqlite-2.0.0.pom | |
| easysqlite-2.0.0.aar | 68 KB |
| easysqlite-2.0.0-sources.jar | 7 KB |
| easysqlite-2.0.0-javadoc.jar | 59 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/ -->
<dependency>
<groupId>com.github.tonilopezmr</groupId>
<artifactId>easysqlite</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation 'com.github.tonilopezmr:easysqlite:2.0.0'
// https://jarcasting.com/artifacts/com.github.tonilopezmr/easysqlite/
implementation ("com.github.tonilopezmr:easysqlite:2.0.0")
'com.github.tonilopezmr:easysqlite:aar:2.0.0'
<dependency org="com.github.tonilopezmr" name="easysqlite" rev="2.0.0">
<artifact name="easysqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonilopezmr', module='easysqlite', version='2.0.0')
)
libraryDependencies += "com.github.tonilopezmr" % "easysqlite" % "2.0.0"
[com.github.tonilopezmr/easysqlite "2.0.0"]