Skip to content

sunng87/lein-bootclasspath-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-bootclasspath-deps

A Leiningen plugin to manage your bootclasspath.

Usage

Use this for project-level plugins:

Put Clojars Project 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.

About

A Leiningen plugin to manage your bootclasspath.

Resources

License

Stars

Watchers

Forks

Packages

No packages published