net.experimentalworks/couchdb

CouchDB library for clojure

Leiningen/Boot

[net.experimentalworks/couchdb "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

net.experimentalworks/couchdb {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("net.experimentalworks:couchdb:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>net.experimentalworks</groupId>
  <artifactId>couchdb</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>