Maven – How to find correct groupId/artifactId to include dependency in POM

mavenmaven-2

In general, what is the best strategy for finding the groupId and artifactId for a well-known dependency for use in a Maven POM? For example, how would I find the correct entry for the MySQL JDBC driver? It's not mentioned on the mysql.com site, so I would usually spend time looking for another POM that already uses the Maven repository version of the jar. This can't be the best way.

Best Answer

I would suggest to use http://search.maven.org