Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 401 Bytes

CouchBaseOrm

Android Library for CouchBase service (http://www.couchbase.com/) with Orm abstraction layer

Download

Grab via Maven:

<dependency>
  <groupId>com.github.DigioAndroid</groupId>
  <artifactId>couchbaseorm</artifactId>
  <version>1.0</version>
</dependency>

or Gradle:

repositories {
    mavenCentral()
}

compile 'com.github.DigioAndroid:couchbaseorm:1.0'