문제

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 the time of writing, leiningen uses the following default repositories:

They are hardcoded into leiningen in the file "src/core.clj" as a "default-repos" dictionary and can - for example - be looked up at github: https://github.com/technomancy/leiningen/blob/master/src/leiningen/core.clj

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top