dl

File download util with progress indicators

Leiningen/Boot

[dl "1.0.0"]

Clojure CLI/deps.edn

dl/dl {:mvn/version "1.0.0"}

Gradle

implementation("dl:dl:1.0.0")

Maven

<dependency>
  <groupId>dl</groupId>
  <artifactId>dl</artifactId>
  <version>1.0.0</version>
</dependency>