om/maven/依赖查找.md

11 lines
107 B
Markdown

查找依赖树
```sh
mvn dependency:tree -Dverbose -Dincludes=org.apache.commons:commons-parent
```