Download mysql-0.3.0.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.3.0 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add mysql-0.3.0.jar to your project.

<dependency>
   <groupId>br.com.objectos.db</groupId>
   <artifactId>mysql</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'br.com.objectos.db', name: 'mysql', version: '0.3.0'
libraryDependencies += "br.com.objectos.db" % "mysql" % "0.3.0"
<dependency org="br.com.objectos.db" name="mysql" rev="0.3.0"/>
@Grapes(@Grab(group='br.com.objectos.db', module='mysql', version='0.3.0'))
'br.com.objectos.db:mysql:jar:0.3.0'

Download

Click the following link to download the jar file.

mysql-0.3.0-sources.jar
mysql-0.3.0.pom
mysql-0.3.0.jar
mysql-0.3.0-javadoc.jar



Related Tutorials