Download cloudant-http-2.5.1.jar file - Jar c

Jar examples for c:cloudant-http

Description

HTTP utilities for Java Cloudant clients

You can download jar file cloudant-http 2.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cloudant-http-2.5.1.jar to your project.

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

Download

Click the following link to download the jar file.

cloudant-http-2.5.1-javadoc.jar
cloudant-http-2.5.1-sources.jar
cloudant-http-2.5.1.jar
cloudant-http-2.5.1.pom



Related Tutorials