开发者

What are the leiningen default repositories?

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

I want to browse these repositories to see what's available out-of-the-box in leiningen. What are these repos and where can I look them up for my specific开发者_运维知识库 version of leiningen.


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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜