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 1.1.0 in this page.
GNU Lesser General Public License
You can use the following script to add mysql-1.1.0.jar to your project.
<dependency> <groupId>org.testcontainers</groupId> <artifactId>mysql</artifactId> <version>1.1.0</version> </dependency>
compile group: 'org.testcontainers', name: 'mysql', version: '1.1.0'
libraryDependencies += "org.testcontainers" % "mysql" % "1.1.0"
<dependency org="org.testcontainers" name="mysql" rev="1.1.0"/>
@Grapes(@Grab(group='org.testcontainers', module='mysql', version='1.1.0'))
'org.testcontainers:mysql:jar:1.1.0'
Click the following link to download the jar file.
mysql-1.1.0-javadoc.jar