Last Version

SQLiteAssetHelper 2.0.1

An Android helper class to manage database creation and version management using an application's raw asset files

License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.readystatesoftware.sqliteasset
ArtifactId

ArtifactId

sqliteassethelper
Version

Version

2.0.1
Type

Type

jar
Description

Description

SQLiteAssetHelper
An Android helper class to manage database creation and version management using an application's raw asset files
Project URL

Project URL

https://github.com/jgilfelt/android-sqlite-asset-helper
Source Code Management

Source Code Management

https://github.com/jgilfelt/android-sqlite-asset-helper

Download sqliteassethelper 2.0.1


<!-- https://jarcasting.com/artifacts/com.readystatesoftware.sqliteasset/sqliteassethelper/ -->
<dependency>
    <groupId>com.readystatesoftware.sqliteasset</groupId>
    <artifactId>sqliteassethelper</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.readystatesoftware.sqliteasset/sqliteassethelper/
implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
// https://jarcasting.com/artifacts/com.readystatesoftware.sqliteasset/sqliteassethelper/
implementation ("com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1")
'com.readystatesoftware.sqliteasset:sqliteassethelper:jar:2.0.1'
<dependency org="com.readystatesoftware.sqliteasset" name="sqliteassethelper" rev="2.0.1">
  <artifact name="sqliteassethelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.readystatesoftware.sqliteasset', module='sqliteassethelper', version='2.0.1')
)
libraryDependencies += "com.readystatesoftware.sqliteasset" % "sqliteassethelper" % "2.0.1"
[com.readystatesoftware.sqliteasset/sqliteassethelper "2.0.1"]

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.