halresource

halresource is a library for building and representing resources in Hypertext Application Format (http://stateless.co/hal_specification.html).

Leiningen/Boot

[halresource "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

halresource/halresource {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("halresource:halresource:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>halresource</groupId>
  <artifactId>halresource</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>