sqlite-adapter
The aim of this project is to provide a common interface for different sqlite libraries for android.
License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases Net |
GroupId | GroupIdcom.github.dryganets |
ArtifactId | ArtifactIdsqlite-adapter |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionsqlite-adapter
null
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlite-adapter-0.0.1.pom | |
sqlite-adapter-0.0.1.aar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dryganets/sqlite-adapter/ -->
<dependency>
<groupId>com.github.dryganets</groupId>
<artifactId>sqlite-adapter</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dryganets/sqlite-adapter/
implementation 'com.github.dryganets:sqlite-adapter:0.0.1'
// https://jarcasting.com/artifacts/com.github.dryganets/sqlite-adapter/
implementation ("com.github.dryganets:sqlite-adapter:0.0.1")
'com.github.dryganets:sqlite-adapter:aar:0.0.1'
<dependency org="com.github.dryganets" name="sqlite-adapter" rev="0.0.1">
<artifact name="sqlite-adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dryganets', module='sqlite-adapter', version='0.0.1')
)
libraryDependencies += "com.github.dryganets" % "sqlite-adapter" % "0.0.1"
[com.github.dryganets/sqlite-adapter "0.0.1"]
The aim of this project is to provide a common interface for different sqlite libraries for android.