com.github.comfysoft/cljdekiq

A sidekiq client/server implementation in clojure

Leiningen/Boot

[com.github.comfysoft/cljdekiq "0.3.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.comfysoft/cljdekiq {:mvn/version "0.3.0-SNAPSHOT"}

Gradle

implementation("com.github.comfysoft:cljdekiq:0.3.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.comfysoft</groupId>
  <artifactId>cljdekiq</artifactId>
  <version>0.3.0-SNAPSHOT</version>
</dependency>