How To Install Java Artifact mysql.mysql-connector-java v5.1.10

mysql mysql-connector-java 5.1.10

Introduction

In this article, we'll learn how to install Java artifact mysql-connector-java from mysql group in version 5.1.10. The artifact is available in 92 versions: 8.0.33 8.0.32 8.0.31 8.0.30 8.0.29 8.0.28 8.0.27 8.0.26 8.0.25 8.0.24 8.0.23 8.0.22 8.0.21 8.0.20 8.0.19 8.0.18 8.0.17 8.0.16 8.0.15 8.0.14 8.0.13 8.0.12 8.0.11 8.0.9-rc 8.0.8-dmr 8.0.7-dmr 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 5.1.49 5.1.48 5.1.47 5.1.46 5.1.45 5.1.44 5.1.43 5.1.42 5.1.41 5.1.40 5.1.39 5.1.38 5.1.37 5.1.36 5.1.35 5.1.34 5.1.33 5.1.32 5.1.31 5.1.30 5.1.29 5.1.28 5.1.27 5.1.26 5.1.25 5.1.24 5.1.23 5.1.22 5.1.21 5.1.20 5.1.19 5.1.18 5.1.17 5.1.16 5.1.15 5.1.14 5.1.13 5.1.12 5.1.11 5.1.10 5.1.9 5.1.8 5.1.6 5.1.5 5.1.4 5.1.3 5.1.2 5.1.1 5.0.8 5.0.7 5.0.5 5.0.4 5.0.3 5.0.2 3.1.14 3.1.13 3.1.12 3.1.11 3.0.10 3.0.8 2.0.14 . The MySQL Connector/J project has been released under The GNU General Public License, Version 2 license, and has its own website at: http://dev.mysql.com/doc/connector-j/en/ .

How To Install Java Artifact mysql.mysql-connector-java In Version 5.1.10

To install the MySQL Connector/J artifact in version 5.1.10 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.

Licenses