Jar examples for m:mysql
MySQL JDBC driver. May be used by more databases than MySQL itself, but provides some database-dependent configuration. It also provides an abstraction to allow usage of several MySQL JDBC drivers, such as the "official" driver (MySQL Connector/J) or the Drizzle JDBC driver.
You can download jar file mysql 3.5.0 in this page.
GNU Lesser General Public License
You can use the following script to add mysql-3.5.0.jar to your project.
<dependency> <groupId>net.sf.squirrel-sql.plugins</groupId> <artifactId>mysql</artifactId> <version>3.5.0</version> </dependency>
compile group: 'net.sf.squirrel-sql.plugins', name: 'mysql', version: '3.5.0'
libraryDependencies += "net.sf.squirrel-sql.plugins" % "mysql" % "3.5.0"
<dependency org="net.sf.squirrel-sql.plugins" name="mysql" rev="3.5.0"/>
@Grapes(@Grab(group='net.sf.squirrel-sql.plugins', module='mysql', version='3.5.0'))
'net.sf.squirrel-sql.plugins:mysql:jar:3.5.0'
Click the following link to download the jar file.
mysql-3.5.0-javadoc.jar