Recommendable Maven repository search engines? [closed]

北慕城南 提交于 2019-12-29 14:19:12

问题


mavensearch.net doesn't know current versions in many cases, mvnrepository.com is a bit more up to date but doesn't show repositories from where a package can be downloaded, what I would find very useful.

What Maven respository search engines do you use and like?


回答1:


I suggest using the official one, http://search.maven.org/ . The indices for Maven Central are updated hourly as new artifacts are added to the Central Repository.




回答2:


There is no perfect one, use several of them.

  • http://mvnrepository.com/

Some Nexus repositories:

  • http://repository.apache.org/
  • https://repository.jboss.org/nexus/
  • http://repository.sonatype.org/
  • https://oss.sonatype.org/

Down or no longer available:

  • http://www.jarvana.com/
  • http://www.artifact-repository.org/
  • http://maven.ozacc.com/
  • http://www.mavenreposearch.com/

I use most of time http://www.jarvana.com/ or http://mavensearch.net/ and the above Nexus repositories.




回答3:


I have recently found a new competitor http://maven-repository.com/.

It provides nice and functional search over many public maven repositories with ready-to-use text snippets for popular dependency management systems (Maven, Ivy, Gradle, etc).



来源:https://stackoverflow.com/questions/3430423/recommendable-maven-repository-search-engines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!