org.clojars.jj/archive

Leiningen plugin to effortlessly create archives of your project files. Supports zip format

Leiningen/Boot

[org.clojars.jj/archive "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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

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