公告
财富商城
积分规则
提问
发文
2019-04-06 12:02发布
萌系小妹纸
There is part of the output:
output of gradle dependencies
What does the symbols ('+','\','->','()','(*)') exactly mean?
+, -, | 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
-> - is used to point the dependency that wins in version conflict.
最多设置5个标签!
+
,-
,|
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->
- is used to point the dependency that wins in version conflict.