uritemplate-clj

Clojure implementation of URI Templates as specified in RFC 6570 (http://tools.ietf.org/html/rfc6570), currently level 3 compatible

Leiningen/Boot

[uritemplate-clj "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

uritemplate-clj/uritemplate-clj {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("uritemplate-clj:uritemplate-clj:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>uritemplate-clj</groupId>
  <artifactId>uritemplate-clj</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>