athena

A web crawler written in Clojure

Leiningen/Boot

[athena "1.0.2"]

Clojure CLI/deps.edn

athena/athena {:mvn/version "1.0.2"}

Gradle

implementation("athena:athena:1.0.2")

Maven

<dependency>
  <groupId>athena</groupId>
  <artifactId>athena</artifactId>
  <version>1.0.2</version>
</dependency>