maven仓库里如何搜索三方包?查看流行软件
问题
这个仓库提供了搜索,但是功能比较弱,不支持groupid/artfactid的联合搜索
https://mvnrepository.com/
解决
直接在搜索的url里添加groupid和artfactid进行搜索,这样可以直接精准搜索,示例
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-enforcer-plugin/3.0.0-M2
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-enforcer-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
</dependency>
另外
这个仓库支持高级搜索,但是仓库内容有限
https://search.maven.org/classic/#search|ga|1|
仓库
- jenkins https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/plugin/
- https://repo1.maven.org/maven2/
常用软件
通过如图的排名可以得知大家常用的软件,这样遇到问题,网上能找到的解决办法也多