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 Updated
  • embedded-mysql-plugin-2.1.11

    Nov 27, 2019
  • embedded-mysql-plugin-2.1.10

    Feb 06, 2019
  • embedded-mysql-plugin-2.1.8

    Jan 12, 2019
  • embedded-mysql-plugin-2.1.7

    May 19, 2018
  • embedded-mysql-plugin-2.1.6

    Nov 25, 2017
  • embedded-mysql-plugin-2.1.5

    Mar 30, 2017
  • embedded-mysql-plugin-2.1.4

    Jan 08, 2017
  • embedded-mysql-plugin-2.1.3

    Oct 08, 2016
  • embedded-mysql-plugin-2.1.2

    Jul 28, 2016
  • embedded-mysql-plugin-2.0.2

    Jul 20, 2016
  • embedded-mysql-plugin-2.0.1

    Jul 06, 2016
  • embedded-mysql-plugin-2.0.0

    Mar 20, 2016
  • embedded-mysql-plugin-1.0.0

    Nov 25, 2015

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"