clj-petfinder

A Clojure library to communicate with the Petfinder.com API

Leiningen/Boot

[clj-petfinder "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-petfinder/clj-petfinder {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-petfinder:clj-petfinder:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-petfinder</groupId>
  <artifactId>clj-petfinder</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>