“+”和“\”之间的mvn dependency-tree输出有什么不同。在我看来很武断,但我相信这不是.
+- com.tom:artifact:pom:6.0.0:compile
| +- com.tom:artifact2:jar:1.0.4:compile
| \- com.tom:artifact3:jar:6.0.0:compile
| \- (com.tom:artifact4:jar:1.0.4:compile - omitted for duplicate)很明显我已经删除了实际的组/工件ids..。
发布于 2014-05-27 12:18:30
只是ASCII-线图。它只出现在一根树枝的底线(最后一叶),作为一种西南角。
+- first entry first level
| +- 1.1 second level
| \- 1.2 second level
+- second entry first level
\- last entry first level它还澄清了1.2 second level与second entry first level无关,否则可能被认为与加号的南引脚有关。
https://stackoverflow.com/questions/23888530
复制相似问题