Embedded MySQL Plugin

Gradle plugin that enables running embedded MySQL for testing

License

License

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

embedded-mysql-plugin
Last Version

Last Version

2.1.11
Release Date

Release Date

Type

Type

jar
Description

Description

Embedded MySQL Plugin
Gradle plugin that enables running embedded MySQL for testing
Project URL

Project URL

https://github.com/michaelruocco/embedded-mysql-plugin

Download embedded-mysql-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/embedded-mysql-plugin/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>embedded-mysql-plugin</artifactId>
    <version>2.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/embedded-mysql-plugin/
implementation 'com.github.michaelruocco:embedded-mysql-plugin:2.1.11'
// https://jarcasting.com/artifacts/com.github.michaelruocco/embedded-mysql-plugin/
implementation ("com.github.michaelruocco:embedded-mysql-plugin:2.1.11")
'com.github.michaelruocco:embedded-mysql-plugin:jar:2.1.11'
<dependency org="com.github.michaelruocco" name="embedded-mysql-plugin" rev="2.1.11">
  <artifact name="embedded-mysql-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='embedded-mysql-plugin', version='2.1.11')
)
libraryDependencies += "com.github.michaelruocco" % "embedded-mysql-plugin" % "2.1.11"
[com.github.michaelruocco/embedded-mysql-plugin "2.1.11"]

Dependencies

compile (2)

Group / Artifact Type Version
com.wix : wix-embedded-mysql jar 4.6.1
org.apache.commons : commons-lang3 jar 3.9

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.14.0
mysql : mysql-connector-java jar 8.0.18

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.11
2.1.10
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.0.2
2.0.1
2.0.0
1.0.0