JDBC Type 4 driver for MySQL, providing database connectivity for Java applications.
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.7.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a MySQL database and executes a simple query.
Update import statements to use com.mysql.cj.jdbc.Driver for version 8+.
No dependency data recorded yet.