clj-http-hystrix

A Clojure library to wrap clj-http requests as hystrix commands

Leiningen/Boot

[clj-http-hystrix "0.1.1"]

Clojure CLI/deps.edn

clj-http-hystrix/clj-http-hystrix {:mvn/version "0.1.1"}

Gradle

implementation("clj-http-hystrix:clj-http-hystrix:0.1.1")

Maven

<dependency>
  <groupId>clj-http-hystrix</groupId>
  <artifactId>clj-http-hystrix</artifactId>
  <version>0.1.1</version>
</dependency>