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