如何在Intellij IDEA中找到父传递依赖关系 [英] how to find parent transitive dependencies in Intellij IDEA

查看:863
本文介绍了如何在Intellij IDEA中找到父传递依赖关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以看到我的项目的Gradle依赖项有两个版本的google guice库(com.google.inject:guice:4.0和com.google.inject:guice:3.0)我试图找到哪些是哪个父库导入,但我没有找到智能IDEA。我还尝试了Intellij IDEA中的Dependency Viewer和Analyze dependencies选项,但没有帮助。请帮助您找到如何查找此guice lib的父库。

I can see Gradle dependencies of my project having 2 versions of google guice library (com.google.inject:guice:4.0 and com.google.inject:guice:3.0 ) i am trying to find from which parent library these are imported but i failed to find in intelli IDEA. i also tried Dependency Viewer and Analyze dependencies options in Intellij IDEA but not helped.can you please help how to find parent library of this guice lib.

推荐答案

打开maven / gradle项目工具窗口,右键单击checked模块,然后选择 Show Dependencies ... 。这将显示项目模块的依赖关系格式,包括传递依赖关系。

Open your maven/gradle project tool window, right-click on examined module and choose Show Dependencies.... This will show you dependency grapth of your project module including transitive dependencies.

这篇关于如何在Intellij IDEA中找到父传递依赖关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆