is not current version
Last Version 0.4.0

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

Gradle plugin that enables running embedded MySQL for testing

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.michaelruocco.mysql
ArtifactId

ArtifactId

embedded-mysql-plugin
Version

Version

0.1.0
Type

Type

jar

Download embedded-mysql-plugin 0.1.0


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