Maven installation Classroom
Sunil Negi /
Professional /
Development Tools
To post your Question Join Classroom
Question:-
how to add jar file with pom ?
Answer:-
go to this link
https://mvnrepository.com
search like :- MySQL
this link will appear
https://mvnrepository.com/artifact/mysql/mysql-connector-java/6.0.2
MySQL Connector/J » 6.0.2
MySQL JDBC Type 4 driver
License | GPL 2.0 |
---|---|
Categories | MySQL DriversMySQL Drivers |
Organization | Oracle Corporation |
HomePage | http://dev.mysql.com/doc/connector-j/en/ |
Date | (Mar 29, 2016) |
Files | Download (JAR) (1.8 MB) |
Repositories | Central |
Used By | 1,931 artifacts |
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>6.0.2</version>
</dependency>
Include comment with link to declaration
put this code in pom.xml and mysql jar will download :)
Prev Next
Students (4)
Ask


Neeraj
Ask


Richa
Ask


Anil
Ask


Sunil
Recommended Classes

Passionate about LIFE and Learning. Lets explore together better version of "self", &qu...
Professional

Passionate about LIFE and Learning. Lets explore together better version of "self", &qu...
Professional

Passionate about LIFE and Learning. Lets explore together better version of "self", &qu...
Professional