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