org.clojars.okkop/clojure-couchdb

Simple Clojure interface to Apache CouchDB. The source code is identical to the version provided by jvesala, but this had to be re-compiled due to a OS X JVM's uncompatibility issue.

Leiningen/Boot

[org.clojars.okkop/clojure-couchdb "0.2"]

Clojure CLI/deps.edn

org.clojars.okkop/clojure-couchdb {:mvn/version "0.2"}

Gradle

implementation("org.clojars.okkop:clojure-couchdb:0.2")

Maven

<dependency>
  <groupId>org.clojars.okkop</groupId>
  <artifactId>clojure-couchdb</artifactId>
  <version>0.2</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.