Download mysql-0.4.0-beta-1.jar file - Jar m

Jar examples for m:mysql

Description

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 0.4.0-beta-1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add mysql-0.4.0-beta-1.jar to your project.

<dependency>
   <groupId>org.cloudhoist</groupId>
   <artifactId>mysql</artifactId>
   <version>0.4.0-beta-1</version>
</dependency>
compile group: 'org.cloudhoist', name: 'mysql', version: '0.4.0-beta-1'
libraryDependencies += "org.cloudhoist" % "mysql" % "0.4.0-beta-1"
<dependency org="org.cloudhoist" name="mysql" rev="0.4.0-beta-1"/>
@Grapes(@Grab(group='org.cloudhoist', module='mysql', version='0.4.0-beta-1'))
'org.cloudhoist:mysql:jar:0.4.0-beta-1'

Download

Click the following link to download the jar file.

mysql-0.4.0-beta-1-sources.jar
mysql-0.4.0-beta-1.jar
mysql-0.4.0-beta-1.pom



Related Tutorials