lein是否包含maven可执行文件?

vem*_*emv 2 clojure leiningen

我需要表演一个mvn install.据我所知,Leiningen(我已经拥有)是基于Maven构建的,所以也许我不需要单独安装Maven - 或者我呢?

Nie*_*lsK 5

Leiningen使用石榴,一种用于Eclipse Aether的Clojure包装,一个用于处理神器存储库的库.由于还有更多的产品需要存储库访问,因此Aether的功能从Maven分离为一个单独的项目,Maven被更改为使用Aether.

石榴具有安装功能

install
  "Install the jar-file kwarg using the pom-file kwarg and coordinates kwarg.

:coordinates - [group/name \"version\"]
:jar-file - a file pointing to the jar
:pom-file - a file pointing to the pom
:local-repo - path to the local repository (defaults to ~/.m2/repository)
:transfer-listener - same as provided to resolve-dependencies"
Run Code Online (Sandbox Code Playgroud)