License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdcom.zeoflow.depot |
ArtifactId | ArtifactIdsqlite-framework |
Version | Version1.0.2-alpha |
Type | Typeaar |
Description |
DescriptionDepot
The Depot persistence library provides an abstraction layer over SQLite to allow for more robust database access while using the full power of SQLite.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.zeoflow.depot/sqlite-framework/ -->
<dependency>
<groupId>com.zeoflow.depot</groupId>
<artifactId>sqlite-framework</artifactId>
<version>1.0.2-alpha</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow.depot/sqlite-framework/
implementation 'com.zeoflow.depot:sqlite-framework:1.0.2-alpha'
// https://jarcasting.com/artifacts/com.zeoflow.depot/sqlite-framework/
implementation ("com.zeoflow.depot:sqlite-framework:1.0.2-alpha")
'com.zeoflow.depot:sqlite-framework:aar:1.0.2-alpha'
<dependency org="com.zeoflow.depot" name="sqlite-framework" rev="1.0.2-alpha">
<artifact name="sqlite-framework" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow.depot', module='sqlite-framework', version='1.0.2-alpha')
)
libraryDependencies += "com.zeoflow.depot" % "sqlite-framework" % "1.0.2-alpha"
[com.zeoflow.depot/sqlite-framework "1.0.2-alpha"]
Group / Artifact | Type | Version |
---|---|---|
com.zeoflow.depot : sqlite | jar | 1.0.2-alpha |
androidx.annotation » annotation | jar | 1.0.0 |