org.clojars.jj/copy-deps

lein-copy-deps is a Leiningen plugin that copies all your project's dependencies to a single directory. It supports both hard copy and symlink

Leiningen/Boot

[org.clojars.jj/copy-deps "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.jj/copy-deps {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("org.clojars.jj:copy-deps:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.jj</groupId>
  <artifactId>copy-deps</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.