在Ubuntu里管理Java依赖常用以下工具:
sudo apt update
sudo apt install <java_package_name>
pom.xml
mvn install
build.gradle
gradle dependencies