Liking cljdoc? Tell your friends :D

lein-bom

Build Status codecov.io

A Leiningen plugin that provides support for importing Maven "Bill Of Materials" (BOM) dependencies.

Clojars Project

Install

Put [lein-bom "0.2.0-SNAPSHOT"] into the :plugins vector of your project.clj.

Usage

Specify bom dependencies using :import vector in :bom map of your project.clj.

:bom {:import [[com.fasterxml.jackson/jackson-bom "2.9.3"]]}

To see actual managed dependencies, run:

$ lein bom

License

Copyright © 2020

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

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close