問題
這個倉庫提供了搜索,但是功能比較弱,不支持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/
常用軟件
通過如圖的排名可以得知大家常用的軟件,這樣遇到問題,網上能找到的解決辦法也多