例如:添加一个spring-test.jar的依赖过程,普遍的做法就是直接操作pom.xml文件。
1、打开maven的中央仓库:http://search.maven.org/
2、搜索仓库:
进入详细页面
拷贝依赖节点到pom.xml
接下来,就是使用eclipse中进行添加操作,使用GUI工具添加而无需硬编码的形式。
1、在eclipse中打开pom.xml
2、选择底部的【Dependencies】选项卡
3、输入需要的包
4、注意,需要正确输入Group Id,Artifact Id才能正确查询,所以这里有个技巧,去search.maven.org查找到,直接粘贴过来增加。
时间: 2024-10-27 05:04:40