MySQL Connector/J version 8.0.23 Maven Dependency
Hi,
I have installed MySQL latest version and now searching for the Java jar file to access the database. My project is maven based to share me the MySQL Connector/J version 8.0.23 Maven Dependency code.
Thanks
View Answers
April 14, 2021 at 7:04 PM
Hi,
You should use following:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.23</version>
</dependency>
Thanks
April 14, 2021 at 7:04 PM
Hi,
Developers using Gradle tool should use this:
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.23'
Thanks
April 14, 2021 at 7:05 PM
The connector/j version 8.0.23 is the latest JDBC driver which was released on Jan 17, 2021.
Thanks
Related Tutorials/Questions & Answers:
MySQL Connector/J version 8.0.23 Maven DependencyMySQL Connector/
J version 8.0.23 Maven Dependency Hi,
I have... the database. My project is
maven based to share me the
MySQL Connector/
J version... group: '
mysql', name: '
mysql-
connector-java',
version: '
8.0.23'
Thanks
Advertisements
mysql maven dependencymysql maven dependency Hi,
How to add the
mysql maven dependency in pom.xml file?
Thanks
Hi,
You can add the following code...;
<artifactId>
mysql-
connector-java</artifactId>
<
mysql datasource - JDBCmysql datasource hello there.........
i'm a real beginner for
mySql can any one tell me how i do configurations in my windows machine after installing
mysql(
version 5.1).. i've added the
Connector/
J to the calss path