Finding list of versions available in a Maven repository for a specific plugin?

Viewed 15623

Given the following repository URL from my pom.xml how can I determine what the latest versions of spring and hibernate are available in the repository? http://repo1.maven.org/maven2

4 Answers
Related