oj

A refreshing way to talk to your database.

Leiningen/Boot

[oj "0.1.8-SNAPSHOT"]

Clojure CLI/deps.edn

oj/oj {:mvn/version "0.1.8-SNAPSHOT"}

Gradle

implementation("oj:oj:0.1.8-SNAPSHOT")

Maven

<dependency>
  <groupId>oj</groupId>
  <artifactId>oj</artifactId>
  <version>0.1.8-SNAPSHOT</version>
</dependency>