# maven-tools **Repository Path**: yongk/maven-tools ## Basic Information - **Project Name**: maven-tools - **Description**: 探究 Maven 依赖命令行工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-17 - **Last Updated**: 2025-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Maven Dependency Tools Inspect a Maven dependency which configured on command-line with maven command. Note: You need down the pom.xml first. ```bash wget https://gitee.com/yongk/maven-tools/raw/main/pom.xml -O /tmp/pom.xml ``` ## List dependency tree ```bash mvn dependency:tree -f /tmp/pom.xml -Premote -DrgroupId=org.apache.camel -DrartifactId=camel-undertow-starter -Drversion=2.25.4 ```