How To Install Java Artifact com.mysql.mysql-connector-j v8.0.32

com.mysql mysql-connector-j 8.0.32

Introduction

In this article, we'll learn how to install Java artifact mysql-connector-j from com.mysql group in version 8.0.32. The artifact is available in 6 versions: 8.3.0 8.2.0 8.1.0 8.0.33 8.0.32 8.0.31 . The MySQL Connector/J project has been released under The GNU General Public License, v2 with Universal FOSS Exception, v1.0 license, and has its own website at: http://dev.mysql.com/doc/connector-j/en/ .

How To Install Java Artifact com.mysql.mysql-connector-j In Version 8.0.32

To install the MySQL Connector/J artifact in version 8.0.32 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses MySQL Connector/J dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (2)

Licenses

Developers