org.clojars.ponimas/url

Makes working with URLs in Clojure a little more pleasant. (This fork includes fix for trailing url).

Leiningen/Boot

[org.clojars.ponimas/url "0.12"]

Clojure CLI/deps.edn

org.clojars.ponimas/url {:mvn/version "0.12"}

Gradle

implementation("org.clojars.ponimas:url:0.12")

Maven

<dependency>
  <groupId>org.clojars.ponimas</groupId>
  <artifactId>url</artifactId>
  <version>0.12</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.