Last Version

Embedded MySQL Plugin 0.4.0

Gradle plugin that enables running embedded MySQL for testing

License

License

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.michaelruocco.mysql
ArtifactId

ArtifactId

embedded-mysql-plugin
Version

Version

0.4.0
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 0.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/
implementation 'com.github.michaelruocco.mysql:embedded-mysql-plugin:0.4.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/
implementation ("com.github.michaelruocco.mysql:embedded-mysql-plugin:0.4.0")
'com.github.michaelruocco.mysql:embedded-mysql-plugin:jar:0.4.0'
<dependency org="com.github.michaelruocco.mysql" name="embedded-mysql-plugin" rev="0.4.0">
  <artifact name="embedded-mysql-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco.mysql', module='embedded-mysql-plugin', version='0.4.0')
)
libraryDependencies += "com.github.michaelruocco.mysql" % "embedded-mysql-plugin" % "0.4.0"
[com.github.michaelruocco.mysql/embedded-mysql-plugin "0.4.0"]

Dependencies

compile (2)

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

test (4)

Group / Artifact Type Version
eu.codearte.catch-exception : catch-exception jar 1.3.4
mysql : mysql-connector-java jar 5.1.37
junit : junit jar 4.11
org.assertj : assertj-core jar 1.7.1

Project Modules

There are no modules declared in this project.