views:

37

answers:

1

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  A: 

There is no perfect one, use several of them.

Some Nexus repositories:

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

Pascal Thivent
http://www.mvnbrowser.com does show which repository or repositories contain a given dependency. (not sure about any of the others)
Chris Nava
@Chris http://www.mvnbrowser.com/ indices are totally out of date making it [useless as search engine](http://stackoverflow.com/questions/3377020/managing-maven-dependancies-new-versions-and-non-repo-libraries/3377257#3377257).
Pascal Thivent