vita-io/uberjar-deploy

A plugin that deploys an uberjar instead of a jar. Intended to be used as an alias with the lein-release plugin. Forked off https://github.com/BrightNorth/uberjar-deploy

Leiningen/Boot

[vita-io/uberjar-deploy "1.0.2"]

Clojure CLI/deps.edn

vita-io/uberjar-deploy {:mvn/version "1.0.2"}

Gradle

implementation("vita-io:uberjar-deploy:1.0.2")

Maven

<dependency>
  <groupId>vita-io</groupId>
  <artifactId>uberjar-deploy</artifactId>
  <version>1.0.2</version>
</dependency>