Maven dependency with MySQL
dependencies, maven
Solution
The main Maven repository is located at repo.maven.apache.org. You can search it (for packages) at the site http://search.maven.org. A search for mysql turns up the mysql-java-connector, which is probably what you want. The groupid and artifactid are listed on the search page.
Problem
I need to specify the MySQL database with the help of Maven 2. In the dependency, what kind of groupID and artifactID shall I use? How can one find groupID and artifactID`s for different products? That is, I don't know those for MySQL, or they are not important? How does it work?