MVN

com.dripower : mysql-async_2.11

Maven & Gradle

Jun 12, 2019

mysql-async · mysql-async

<dependency>
    <groupId>com.dripower</groupId>
    <artifactId>mysql-async_2.11</artifactId>
    <version>0.3.109</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dripower : mysql-async_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.109

All Versions

Choose a version of com.dripower : mysql-async_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mysql-async_2.11-0.3.109
mysql-async_2.11-0.3.108
mysql-async_2.11-0.3.107
mysql-async_2.11-0.3.106
mysql-async_2.11-0.3.105
mysql-async_2.11-0.3.104
mysql-async_2.11-0.3.103
mysql-async_2.11-0.3.102
mysql-async_2.11-0.3.101
0.2.x
mysql-async_2.11-0.2.2020
mysql-async_2.11-0.2.2019
mysql-async_2.11-0.2.2018
mysql-async_2.11-0.2.2017
mysql-async_2.11-0.2.2016
mysql-async_2.11-0.2.2015
mysql-async_2.11-0.2.2014
mysql-async_2.11-0.2.2013
mysql-async_2.11-0.2.2012
mysql-async_2.11-0.2.2011
mysql-async_2.11-0.2.2010

How to add a dependency to Maven

Add the following com.dripower : mysql-async_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dripower</groupId>
    <artifactId>mysql-async_2.11</artifactId>
    <version>0.3.109</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dripower : mysql-async_2.11 gradle dependency to your build.gradle file:

implementation 'com.dripower:mysql-async_2.11:0.3.109'

Gradle Kotlin DSL: Add the following com.dripower : mysql-async_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dripower:mysql-async_2.11:0.3.109")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dripower : mysql-async_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dripower" % "mysql-async_2.11" % "0.3.109"

Advertisement