Howdy, is there a “right” way to pull maven deps a lumo script needs?
@odie Using boot
or the new Clojure CLI tools is a reasonable way to do it. Here are similar instructions for those ways for Planck: https://github.com/mfikes/planck/blob/f1471c0401fc07ae2ee9dbb9eb48451504499b5b/site/src/dependencies.md#downloading-deps
@mfikes Thanks! That’s exactly what I was looking for! Much appreciated! :)