| Категории |
КатегорииSQLite Данные Базы данных |
|---|---|
| Группа | Группаcom.github.tonilopezmr |
| Идентификатор | Идентификаторeasysqlite |
| Версия | Версия1.0.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| easysqlite-1.0.1.pom | |
| easysqlite-1.0.1.aar | 62 KB |
| easysqlite-1.0.1-sources.jar | 3 KB |
| easysqlite-1.0.1-javadoc.jar | 25 KB |
| Обзор |
<!-- 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"]