com.mdrogalis/monger

Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included

Leiningen/Boot

[com.mdrogalis/monger "1.8.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.mdrogalis/monger {:mvn/version "1.8.0-SNAPSHOT"}

Gradle

implementation("com.mdrogalis:monger:1.8.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.mdrogalis</groupId>
  <artifactId>monger</artifactId>
  <version>1.8.0-SNAPSHOT</version>
</dependency>