com.github.paytonward6/http-tool

Clojure HTTP client using only the JDK

Leiningen/Boot

[com.github.paytonward6/http-tool "0.1.1"]

Clojure CLI/deps.edn

com.github.paytonward6/http-tool {:mvn/version "0.1.1"}

Gradle

implementation("com.github.paytonward6:http-tool:0.1.1")

Maven

<dependency>
  <groupId>com.github.paytonward6</groupId>
  <artifactId>http-tool</artifactId>
  <version>0.1.1</version>
</dependency>