License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdio.github.iqosjay |
ArtifactId | ArtifactIdsqlite3 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionsqlite3
The library of sqlite3 for android with simple API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlite3-1.0.0.pom | |
sqlite3-1.0.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iqosjay/sqlite3/ -->
<dependency>
<groupId>io.github.iqosjay</groupId>
<artifactId>sqlite3</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iqosjay/sqlite3/
implementation 'io.github.iqosjay:sqlite3:1.0.0'
// https://jarcasting.com/artifacts/io.github.iqosjay/sqlite3/
implementation ("io.github.iqosjay:sqlite3:1.0.0")
'io.github.iqosjay:sqlite3:aar:1.0.0'
<dependency org="io.github.iqosjay" name="sqlite3" rev="1.0.0">
<artifact name="sqlite3" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iqosjay', module='sqlite3', version='1.0.0')
)
libraryDependencies += "io.github.iqosjay" % "sqlite3" % "1.0.0"
[io.github.iqosjay/sqlite3 "1.0.0"]