MVN

com.github.michaelruocco : embedded-mysql-plugin

Maven & Gradle

Nov 28, 2019
14 stars

Embedded MySQL Plugin · Gradle plugin that enables running embedded MySQL for testing

<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>embedded-mysql-plugin</artifactId>
    <version>2.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.michaelruocco : embedded-mysql-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.11

All Versions

Choose a version of com.github.michaelruocco : embedded-mysql-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
embedded-mysql-plugin-2.1.11
embedded-mysql-plugin-2.1.10
embedded-mysql-plugin-2.1.8
embedded-mysql-plugin-2.1.7
embedded-mysql-plugin-2.1.6
embedded-mysql-plugin-2.1.5
embedded-mysql-plugin-2.1.4
embedded-mysql-plugin-2.1.3
embedded-mysql-plugin-2.1.2
2.0.x
embedded-mysql-plugin-2.0.2
embedded-mysql-plugin-2.0.1
embedded-mysql-plugin-2.0.0
1.0.x
embedded-mysql-plugin-1.0.0

How to add a dependency to Maven

Add the following com.github.michaelruocco : embedded-mysql-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>embedded-mysql-plugin</artifactId>
    <version>2.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.michaelruocco : embedded-mysql-plugin gradle dependency to your build.gradle file:

implementation 'com.github.michaelruocco:embedded-mysql-plugin:2.1.11'

Gradle Kotlin DSL: Add the following com.github.michaelruocco : embedded-mysql-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.michaelruocco:embedded-mysql-plugin:2.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.michaelruocco : embedded-mysql-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.michaelruocco" % "embedded-mysql-plugin" % "2.1.11"

Advertisement