Download couchbase-lite-android-1.2.0.jar file - Jar c

Jar examples for c:couchbase-lite-android

Description

Couchbase-Lite-Android is a lightweight embedded NoSQL database engine for Android with the built-in ability to sync to Couchbase Server on the backend.

You can download jar file couchbase-lite-android 1.2.0 in this page.

License

Couchbase, Inc. Community Edition License Agreement

Build File

You can use the following script to add couchbase-lite-android-1.2.0.jar to your project.

<dependency>
   <groupId>com.couchbase.lite</groupId>
   <artifactId>couchbase-lite-android</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.couchbase.lite', name: 'couchbase-lite-android', version: '1.2.0'
libraryDependencies += "com.couchbase.lite" % "couchbase-lite-android" % "1.2.0"
<dependency org="com.couchbase.lite" name="couchbase-lite-android" rev="1.2.0"/>
@Grapes(@Grab(group='com.couchbase.lite', module='couchbase-lite-android', version='1.2.0'))
'com.couchbase.lite:couchbase-lite-android:jar:1.2.0'

Download

Click the following link to download the jar file.

couchbase-lite-android-1.2.0-javadoc.jar
couchbase-lite-android-1.2.0-sources.jar
couchbase-lite-android-1.2.0.pom



Related Tutorials