Last Version

Android Handy SQLite Helper Library 1.0

A library for shipping SQLite databases within application assets and optionally placing them in external storage

License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

org.deejdev.database.handysqlite
ArtifactId

ArtifactId

handysqlite
Version

Version

1.0
Type

Type

aar
Description

Description

Android Handy SQLite Helper Library
A library for shipping SQLite databases within application assets and optionally placing them in external storage
Project URL

Project URL

https://github.com/ultimate-deej/Android-Handy-SQLite-Helper
Source Code Management

Source Code Management

https://github.com/ultimate-deej/Android-Handy-SQLite-Helper

Download handysqlite 1.0


<!-- https://jarcasting.com/artifacts/org.deejdev.database.handysqlite/handysqlite/ -->
<dependency>
    <groupId>org.deejdev.database.handysqlite</groupId>
    <artifactId>handysqlite</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.deejdev.database.handysqlite/handysqlite/
implementation 'org.deejdev.database.handysqlite:handysqlite:1.0'
// https://jarcasting.com/artifacts/org.deejdev.database.handysqlite/handysqlite/
implementation ("org.deejdev.database.handysqlite:handysqlite:1.0")
'org.deejdev.database.handysqlite:handysqlite:aar:1.0'
<dependency org="org.deejdev.database.handysqlite" name="handysqlite" rev="1.0">
  <artifact name="handysqlite" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.deejdev.database.handysqlite', module='handysqlite', version='1.0')
)
libraryDependencies += "org.deejdev.database.handysqlite" % "handysqlite" % "1.0"
[org.deejdev.database.handysqlite/handysqlite "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.