问题
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