License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.github.michaelruocco.mysql |
ArtifactId | ArtifactIdembedded-mysql-plugin |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEmbedded MySQL Plugin
Gradle plugin that enables running embedded MySQL for testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
embedded-mysql-plugin-0.4.0.pom | |
embedded-mysql-plugin-0.4.0.jar | 18 KB |
embedded-mysql-plugin-0.4.0-sources.jar | 3 KB |
embedded-mysql-plugin-0.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.wix : wix-embedded-mysql | jar | 1.0.2 |
org.apache.commons : commons-lang3 | jar | 3.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 |