is not current version
Last Version 2.1.11

com.github.michaelruocco:embedded-mysql-plugin 2.1.5

Gradle plugin that enables running embedded MySQL for testing

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

embedded-mysql-plugin
Version

Version

2.1.5
Type

Type

jar

Download embedded-mysql-plugin 2.1.5


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