gpt4 book ai didi

java - maven:检测依赖关系

转载 作者:行者123 更新时间:2023-11-30 08:57:44 25 4
gpt4 key购买 nike

关于 maven 和 java 的新手问题!

我有一个依赖于 itextpdf (com.itextpdf) 版本 5.5.4 的简单项目。我希望 maven 识别该库的所有依赖项并“自动”下载依赖库或至少指出依赖库及其版本。

这可能吗?

例如:在 node.js 中,我只需要说“npm install [@version]”,它就会负责安装该模块以及所有依赖模块。我不需要做任何其他事情。 “--save”选项会自动更新我的 packages.json。

最佳答案

使用maven-dependency-plugin .

要下载所有依赖项,请使用:

dependency:copy-dependencies takes the list of project direct dependencies and optionally transitive dependencies and copies them to a specified location, stripping the version if desired. This goal can also be run from the command line.

要列出所有依赖项,请使用:

dependency:list alias for resolve that lists the dependencies for this project.

关于java - maven:检测依赖关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28004284/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com