我在Gradle文档中阅读了此评论:
To deal with problems due to version conflicts, reports with dependency graphs
are also very helpful. Such reports are another feature of dependency management.
我有某种罐子被带进来,但我需要弄清楚它的来源。通常,我只是全局地将其排除在外,但是在这里我需要有关层次结构的一些信息。我如何像从Ivy和Maven一样获得此信息?
更不用说有人将Hibernate jars(很多)带入了我的jar列表,我真的很想知道谁,因为我不使用Hibernate并试图消除这种依赖。