如何在maven中添加jar包

2025-01-24 19:30:21
推荐回答(1个)
回答1:

进入http://search.maven.org/搜索要添加的jar对应的坐标添加到pom.xml中运行install即可,jar包会自动加载到maven仓库中