Download jcouchdb-0.11.0-1.jar file - Jar j

Jar examples for j:jcouchdb

Description

Java5 couchdb driver

You can download jar file jcouchdb 0.11.0-1 in this page.

License

Revised BSD License

Build File

You can use the following script to add jcouchdb-0.11.0-1.jar to your project.

<dependency>
   <groupId>com.google.code.jcouchdb</groupId>
   <artifactId>jcouchdb</artifactId>
   <version>0.11.0-1</version>
</dependency>
compile group: 'com.google.code.jcouchdb', name: 'jcouchdb', version: '0.11.0-1'
libraryDependencies += "com.google.code.jcouchdb" % "jcouchdb" % "0.11.0-1"
<dependency org="com.google.code.jcouchdb" name="jcouchdb" rev="0.11.0-1"/>
@Grapes(@Grab(group='com.google.code.jcouchdb', module='jcouchdb', version='0.11.0-1'))
'com.google.code.jcouchdb:jcouchdb:jar:0.11.0-1'

Download

Click the following link to download the jar file.

jcouchdb-0.11.0-1-javadoc.jar
jcouchdb-0.11.0-1-sources.jar
jcouchdb-0.11.0-1.jar
jcouchdb-0.11.0-1.pom



Related Tutorials