Skip to content

JeanPaulCE/jackpot_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jackpot_database

Sqlite Tool for andorid :zap: A powerful & easy to use Sqlite DataBase for Android :zap:

Table of Contents

  1. Quick Start
    1. Gradle
  2. Documentation
  3. Examples
  4. License

Gradle Setup

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
   implementation 'com.github.JeanPaulCE:jackpot_database:Tag'
}

Maven Setup

<!-- <repositories> section of pom.xml -->
<repository>
    <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

<!-- <dependencies> section of pom.xml -->
<dependency>
	    <groupId>com.github.JeanPaulCE</groupId>
	    <artifactId>jackpot_database</artifactId>
	    <version>-SNAPSHOT</version>
	</dependency>

About

Sqlite Tool for andorid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages