| License |
License |
|---|---|
| Categories |
CategoriesSQLite Data Databases |
| GroupId | GroupIdcom.fpliu.ndk.pkg.prefab.android.21 |
| ArtifactId | ArtifactIdsqlite |
| Last Version | Last Version3.38.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionsqlite
C-language library and command-line tool that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sqlite-3.38.2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fpliu.ndk.pkg.prefab.android.21/sqlite/ -->
<dependency>
<groupId>com.fpliu.ndk.pkg.prefab.android.21</groupId>
<artifactId>sqlite</artifactId>
<version>3.38.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.fpliu.ndk.pkg.prefab.android.21/sqlite/
implementation 'com.fpliu.ndk.pkg.prefab.android.21:sqlite:3.38.2'
// https://jarcasting.com/artifacts/com.fpliu.ndk.pkg.prefab.android.21/sqlite/
implementation ("com.fpliu.ndk.pkg.prefab.android.21:sqlite:3.38.2")
'com.fpliu.ndk.pkg.prefab.android.21:sqlite:aar:3.38.2'
<dependency org="com.fpliu.ndk.pkg.prefab.android.21" name="sqlite" rev="3.38.2">
<artifact name="sqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.fpliu.ndk.pkg.prefab.android.21', module='sqlite', version='3.38.2')
)
libraryDependencies += "com.fpliu.ndk.pkg.prefab.android.21" % "sqlite" % "3.38.2"
[com.fpliu.ndk.pkg.prefab.android.21/sqlite "3.38.2"]