文件下载
文件名 操作
mysql-async_2.11-0.3.4.jar 下载
mysql-async_2.11-0.3.4.pom 下载
mysql-async_2.11-0.3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.postgresql-async</groupId>
  <artifactId>mysql-async_2.11</artifactId>
  <version>0.3.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.postgresql-async:mysql-async_2.11:0.3.4'
Gradle Kotlin
implementation("com.github.postgresql-async:mysql-async_2.11:0.3.4")
Scala SBT
libraryDependencies += "com.github.postgresql-async" % "mysql-async_2.11" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.postgresql-async', module='mysql-async_2.11', version='0.3.4')
)
Apache Ivy
<dependency org="com.github.postgresql-async" name="mysql-async_2.11" rev="0.3.4" />
Leiningen
[com.github.postgresql-async/mysql-async_2.11 "0.3.4"]
Apache Buildr
'com.github.postgresql-async:mysql-async_2.11:jar:0.3.4'