Skip to content

hartviqb/android-dbloquent

Repository files navigation

Android Dbloquent - Version 1.0 Beta 4

Object Relational Mapping (ORM) for Android

https://jitpack.io/#hartviqb/android-dbloquent/v1.0-beta.4

Add it to your build.gradle with:

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

and:

dependencies {
	   compile 'com.github.hartviqb:android-dbloquent:v1.0-beta.4'
}