com.github.paytonward6/http-tool

Clojure HTTP client using only java.net

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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