brightnorth/uberjar-deploy

A plugin that deploys an uberjar instead of a jar. Intended to be used as an alias with the lein-release plugin.

Leiningen/Boot

[brightnorth/uberjar-deploy "1.0.1"]

Clojure CLI/deps.edn

brightnorth/uberjar-deploy {:mvn/version "1.0.1"}

Gradle

implementation("brightnorth:uberjar-deploy:1.0.1")

Maven

<dependency>
  <groupId>brightnorth</groupId>
  <artifactId>uberjar-deploy</artifactId>
  <version>1.0.1</version>
</dependency>