- maven依赖仓库
https://mvnrepository.com/- github的code或者wiki找Maven dependencies
https://github.com/- maven搜索引擎
https://search.maven.org/
1. maven依赖仓库 https://mvnrepository.com/
(1)搜索jar包
(2)选择版本
(3)拷贝maven依赖到pom文件
[Example] 找junit依赖
2. https://github.com/
[Example] 找RestAssured依赖
网友评论