如何理解命令“等级依赖"的输出? [英] How to understand the output of command 'gradle dependencies'?

查看:68
本文介绍了如何理解命令“等级依赖"的输出?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

输出的一部分:

gradle依赖项的输出

符号('+','\','->','()','(*)')的确切含义是什么?

What does the symbols ('+','\','->','()','(*)') exactly mean?

推荐答案

+-|\仅用于绘制树-这是一种ASCII艺术.

+, -, | and \ are just used to draw the tree - it's a kind of ASCII art.

关于(*)->,请参阅问题和答案.

When it comes to (*) and -> please refer to this question and answer.

tl; dr

(*)-用于指示树中其他位置描述了特定的依赖关系

(*) - is used to indicate that particular dependency is described somewhere else in the tree

->-用于指出版本冲突中 wins 的依赖项.

-> - is used to point the dependency that wins in version conflict.

这篇关于如何理解命令“等级依赖"的输出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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