lein-bootclasspath-deps

A Leiningen plugin to manage your bootclasspath.

EPL-1.0 License

Downloads
100.3K
Stars
4
Committers
1

lein-bootclasspath-deps

A Leiningen plugin to manage your bootclasspath.

Usage

Use this for project-level plugins:

Put into the :plugins vector of your project.clj.

Specify jars to loaded from bootclasspath in :boot-dependencies, like:

:boot-dependencies [[org.mortbay.jetty.alpn/alpn-boot "8.1.3.v20150130"]]

By default, the jar will be appended to bootclasspath, to prepend a jar, add an option :prepend true:

:boot-dependencies [[org.mortbay.jetty.alpn/alpn-boot "8.1.3.v20150130" :prepend true]]

License

Copyright © 2015-2017 Ning Sun

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.