美文网首页
【maven】在哪里找maven依赖

【maven】在哪里找maven依赖

作者: Joey_GZ | 来源:发表于2020-01-06 17:36 被阅读0次
  1. maven依赖仓库
    https://mvnrepository.com/
  2. github的code或者wiki找Maven dependencies
    https://github.com/
  3. maven搜索引擎
    https://search.maven.org/

1. maven依赖仓库 https://mvnrepository.com/

(1)搜索jar包
(2)选择版本
(3)拷贝maven依赖到pom文件
[Example] 找junit依赖

搜索jar包 选择版本 拷贝依赖

2. https://github.com/

[Example] 找RestAssured依赖

image.png

相关文章

网友评论

      本文标题:【maven】在哪里找maven依赖

      本文链接:https://www.haomeiwen.com/subject/dxxxactx.html