Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Leiningen,有没有像 Mavens "mvn help:effective-pom" 这样的东西?
我想知道哪些依赖项是作为我的部门的传递部门导入的。
不确定这是否正是您要查找的内容,但使用 Lein 2,您可以运行lein deps :tree以查看依赖关系树。
lein deps :tree
uvtc 响应是正确的,但请记住,您始终可以执行“lein pom”来生成一个 pom,然后使用您想要的任何 maven 工具/插件
当我看到这个页面时,我只是在寻找同一个问题的答案。与此同时,我发现
lein pprint
它的作用与 help:effective-pom 非常相似