[ANN] find-deps - quickly find and add dependencies to your deps.edn file

2018-06-17 Thread Luke Burton
find-deps helps you add dependencies to your deps.edn file by searching the Clojars and Maven APIs. By default, the top match is picked using a simple ranking algorithm that considers fuzzy text match, newness, and popularity of the coordinate's group ID. https://github.com/hagmonk/find-deps

java command with deps.edn

2018-06-17 Thread Alex Miller
If you want to start a Clojure program with deps, you need a tool with the ability to determine transitive deps. So you’ll need something - clj is probably the easiest. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send emai

Re: Bazel as Clojure build tool

2018-06-17 Thread Gregg Reynolds
On Mon, Jan 29, 2018, 10:16 AM Kiril Videlov wrote: > Hello, > I have been looking at the Bazel build tool for a > multi-language mono-repo and I was wondering if anybody has tried it in the > context of Clojure projects. I have only found the lein-monolith >

java command with deps.edn

2018-06-17 Thread ru
Dear Clojure users and team! How to start clojure program with dependencies (deps.edn) without installing command line tools , leiningen, boot and so on, with only java command on command line? Thanks in advance. Sincerely, Ru -- You received this