shengulong

问题

这个仓库提供了搜索,但是功能比较弱,不支持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|

仓库

  1. jenkins https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/plugin/
  2. https://repo1.maven.org/maven2/

常用软件

通过如图的排名可以得知大家常用的软件,这样遇到问题,网上能找到的解决办法也多

分类:

技术点:

相关文章:

  • 2021-06-18
  • 2022-12-23
  • 2022-01-25
  • 2021-11-15
  • 2022-12-23
  • 2021-09-08
  • 2022-01-21
猜你喜欢
  • 2021-12-06
  • 2021-05-18
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2021-04-12
  • 2021-07-28
相关资源
相似解决方案