c

cloudant-toolkit-local

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.
https://hub.jazz.net/git/imflocalsdk/imf-android-sdk
The Apache Software License, Version 2.0
IBM MobileFirst Platform SDK
Files download
File Operation
cloudant-toolkit-local-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.mobile.services</groupId>
  <artifactId>cloudant-toolkit-local</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.mobile.services:cloudant-toolkit-local:1.2.0'
Gradle Kotlin
implementation("com.ibm.mobile.services:cloudant-toolkit-local:1.2.0")
Scala SBT
libraryDependencies += "com.ibm.mobile.services" % "cloudant-toolkit-local" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.mobile.services', module='cloudant-toolkit-local', version='1.2.0')
)
Apache Ivy
<dependency org="com.ibm.mobile.services" name="cloudant-toolkit-local" rev="1.2.0" />
Leiningen
[com.ibm.mobile.services/cloudant-toolkit-local "1.2.0"]
Apache Buildr
'com.ibm.mobile.services:cloudant-toolkit-local:jar:1.2.0'