A Leiningen plugin that provides support for importing Maven "Bill Of Materials" (BOM) dependencies with parallel breadth-first download of transitive POMs, useful for very large BOMs.
Forked from https://github.com/tsachev/lein-bom.
Put [fi.lupapiste/lein-bom "0.3.0"] into the :plugins vector of your project.clj.
Specify bom dependencies using :import vector in :bom map of your project.clj.
:bom {:import [[com.fasterxml.jackson/jackson-bom "2.21.4"]]}
To see actual managed dependencies, run:
$ lein bom
Original Copyright © 2020 Vladimir Tsanev
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation? These fine people already did:
Vladimir Tsanev & Markus PenttiläEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |