License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdembedded-mysql-plugin |
Last Version | Last Version2.1.11 |
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-2.1.11.pom | |
embedded-mysql-plugin-2.1.11.jar | 29 KB |
embedded-mysql-plugin-2.1.11-sources.jar | 7 KB |
embedded-mysql-plugin-2.1.11-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.wix : wix-embedded-mysql | jar | 4.6.1 |
org.apache.commons : commons-lang3 | jar | 3.9 |
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 |