au.com.silverpond/hat

HAT (The Hypermedia API Toolkit) lets you build RESTful HTTP CRUD APIs that compose cleanly with your ring application.

Leiningen/Boot

[au.com.silverpond/hat "0.1.0"]

Clojure CLI/deps.edn

au.com.silverpond/hat {:mvn/version "0.1.0"}

Gradle

implementation("au.com.silverpond:hat:0.1.0")

Maven

<dependency>
  <groupId>au.com.silverpond</groupId>
  <artifactId>hat</artifactId>
  <version>0.1.0</version>
</dependency>