Download cloudant-toolkit-local-0.1.0.jar file - Jar c

Jar examples for c:cloudant-toolkit-local

Description

Deprecated: Cloudant Toolkit for interacting with both local and remote Cloudant datastores using a single API. Interaction can be using objects or documents. Querying utilizes CloudantQuery functionality for both remote and local datastores.

You can download jar file cloudant-toolkit-local 0.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cloudant-toolkit-local-0.1.0.jar to your project.

<dependency>
   <groupId>com.ibm.mobile.services</groupId>
   <artifactId>cloudant-toolkit-local</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.ibm.mobile.services', name: 'cloudant-toolkit-local', version: '0.1.0'
libraryDependencies += "com.ibm.mobile.services" % "cloudant-toolkit-local" % "0.1.0"
<dependency org="com.ibm.mobile.services" name="cloudant-toolkit-local" rev="0.1.0"/>
@Grapes(@Grab(group='com.ibm.mobile.services', module='cloudant-toolkit-local', version='0.1.0'))
'com.ibm.mobile.services:cloudant-toolkit-local:jar:0.1.0'

Download

Click the following link to download the jar file.

cloudant-toolkit-local-0.1.0.pom



Related Tutorials