com.github.paytonward6/http-tool

Clojure HTTP client using only the JDK

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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