|
|
|
|
|
by yenda
1216 days ago
|
|
Well with that logic it's the same for clojure, Lein and deps.edn they both use the very well documented, incredibly successful, Maven Central repository. They are just two different implementations using the same, reliable, battle proven approach to dependencies. You need a library? Add it to your build file, with its version, and you're done. |
|