文件下载
文件名 操作
quill-jasync-postgres_2.12-4.8.0.jar 下载
quill-jasync-postgres_2.12-4.8.0.pom 下载
quill-jasync-postgres_2.12-4.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.getquill</groupId>
  <artifactId>quill-jasync-postgres_2.12</artifactId>
  <version>4.8.0</version>
</dependency>
Gradle Groovy
implementation 'io.getquill:quill-jasync-postgres_2.12:4.8.0'
Gradle Kotlin
implementation("io.getquill:quill-jasync-postgres_2.12:4.8.0")
Scala SBT
libraryDependencies += "io.getquill" % "quill-jasync-postgres_2.12" % "4.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.getquill', module='quill-jasync-postgres_2.12', version='4.8.0')
)
Apache Ivy
<dependency org="io.getquill" name="quill-jasync-postgres_2.12" rev="4.8.0" />
Leiningen
[io.getquill/quill-jasync-postgres_2.12 "4.8.0"]
Apache Buildr
'io.getquill:quill-jasync-postgres_2.12:jar:4.8.0'