twarc

Doing Quartz the right way

Leiningen/Boot

[twarc "0.1.10-SNAPSHOT"]

Clojure CLI/deps.edn

twarc/twarc {:mvn/version "0.1.10-SNAPSHOT"}

Gradle

implementation("twarc:twarc:0.1.10-SNAPSHOT")

Maven

<dependency>
  <groupId>twarc</groupId>
  <artifactId>twarc</artifactId>
  <version>0.1.10-SNAPSHOT</version>
</dependency>