clj-jdbi

clojure wrapper around jdbi

Leiningen/Boot

[clj-jdbi "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-jdbi/clj-jdbi {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("clj-jdbi:clj-jdbi:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-jdbi</groupId>
  <artifactId>clj-jdbi</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>