ccw/lein-ccw-deps

Plugin providing a ccw-deps task for installing project dependencies in a lib directory. What it does precisely is: generate the project's uberjar, then unzip the uberjar in ${project-root}/lib directory, and removes from it all the files that belong to the project (keeping only dependencies files)

  • VCSN/A

  • cljdoc documentationcljdoc
  • 162 Downloads
  • 162 This Version

Leiningen/Boot

[ccw/lein-ccw-deps "0.1.0"]

Clojure CLI/deps.edn

ccw/lein-ccw-deps {:mvn/version "0.1.0"}

Gradle

implementation("ccw:lein-ccw-deps:0.1.0")

Maven

<dependency>
  <groupId>ccw</groupId>
  <artifactId>lein-ccw-deps</artifactId>
  <version>0.1.0</version>
</dependency>