Skip to content

A leiningen plugin that provides support for importing maven BOMs

License

Notifications You must be signed in to change notification settings

tsachev/lein-bom

Repository files navigation

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.

About

A leiningen plugin that provides support for importing maven BOMs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published