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
Ads
Related Tutorials/Questions & Answers:
MySQL Connector/J version 8.0.23 Maven Dependency
MySQL 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...',
version: '
8.0.23'
Thanks
The
connector/
j version 8.0.23 is the latest
Advertisements
mysql maven dependency
mysql 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>
<
spring boot maven dependency for mysql
spring boot
maven dependency for mysql Hi,
I want to add
MySQL maven dependency in Spring Boot application. I don't know the
version to be added...
Hi,
You don't have to provide the
dependency version of
mysql