Last Version

Embedded MySQL Plugin 2.1.11

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
Version

Version

2.1.11
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 2.1.11


<!-- 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.