Files download
File Operation
mysql-async_2.12-0.3.7.jar download
mysql-async_2.12-0.3.7.pom download
mysql-async_2.12-0.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.postgresql-async</groupId>
  <artifactId>mysql-async_2.12</artifactId>
  <version>0.3.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.postgresql-async:mysql-async_2.12:0.3.7'
Gradle Kotlin
implementation("com.github.postgresql-async:mysql-async_2.12:0.3.7")
Scala SBT
libraryDependencies += "com.github.postgresql-async" % "mysql-async_2.12" % "0.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.postgresql-async', module='mysql-async_2.12', version='0.3.7')
)
Apache Ivy
<dependency org="com.github.postgresql-async" name="mysql-async_2.12" rev="0.3.7" />
Leiningen
[com.github.postgresql-async/mysql-async_2.12 "0.3.7"]
Apache Buildr
'com.github.postgresql-async:mysql-async_2.12:jar:0.3.7'