Repository search for maven artifacts

Most of the maven users know the site www.mvnrepository.com which provides a nice lookup of maven artefacts.
Now there is also a newer site, www.mvnbrowser.com which currently performs better than mvnrepository. In addition, you can lookup repositories actually containing your desired artifact – now that’s sweet!

This entry was posted on Monday, November 10th, 2008 at 11:33. Posted in: java, maven 2, open source. You can follow any responses to this entry through the RSS 2.0feed. You can leave a response, or trackback from your own site.

2 Responses to “Repository search for maven artifacts”

  1. Ed Stephens says:

    There is another new site, http://www.jarvana.com, that lets you search for classes, artifacts and content in the central repository. You can even see inside of jar files so that you can browse all source code and javadocs in the maven repository. Neat!

  2. olaf says:

    Hi Ed!
    Thanks, that is a really great site! I think this is the first public service that offers a reverse search, i.e. a search for artefacts that containing a specific class. And source code integration, javadocs and more! Excellent stuff!

Leave a Reply