What are the leiningen default repositories?

后端 未结 1 1785
南方客
南方客 2021-01-04 19:47

Leiningen (https://github.com/technomancy/leiningen) looks into some default repositories to satisfy the dependencies specified in your project.clj.

I want to browse

相关标签:
1条回答
  • 2021-01-04 20:05

    As of October 2020, leiningen uses the following default repositories:

    • "central" - https://repo1.maven.org/maven2/
    • "clojars" - https://repo.clojars.org/

    They are hardcoded into leiningen in the namespace leiningen.core.project as a default-repos dictionary.

    0 讨论(0)
提交回复
热议问题