Sqlite Tool for andorid :zap: A powerful & easy to use Sqlite DataBase for Android :zap:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.JeanPaulCE:jackpot_database:Tag'
}
<!-- <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>