A Java client for CouchDB database.
This is an active fork of LightCouch CouchDB Java API. Our intention is to mantain an active development of the library to cover the CouchDB REST API.
The releases of this fork are published via Jitpack
<dependency>
<groupId>com.github.IndabaConsultores</groupId>
<artifactId>lightCouch</artifactId>
<version>0.3.2</version>
</dependency>