om/maven/依赖查找.md

11 lines
107 B
Markdown
Raw Normal View History

2023-09-26 21:05:23 -04:00
查找依赖树
```sh
mvn dependency:tree -Dverbose -Dincludes=org.apache.commons:commons-parent
```