j

jasync-postgresql

jasync-sql - Async, Netty based, JVM database drivers for PostgreSQL and MySQL written in Kotlin
https://github.com/jasync-sql/jasync-sql
The Apache Software License, Version 2.0
Ohad Shai
Files download
File Operation
jasync-postgresql-1.1.4.jar download
jasync-postgresql-1.1.4.pom download
jasync-postgresql-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jasync-sql</groupId>
  <artifactId>jasync-postgresql</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.jasync-sql:jasync-postgresql:1.1.4'
Gradle Kotlin
implementation("com.github.jasync-sql:jasync-postgresql:1.1.4")
Scala SBT
libraryDependencies += "com.github.jasync-sql" % "jasync-postgresql" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jasync-sql', module='jasync-postgresql', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.jasync-sql" name="jasync-postgresql" rev="1.1.4" />
Leiningen
[com.github.jasync-sql/jasync-postgresql "1.1.4"]
Apache Buildr
'com.github.jasync-sql:jasync-postgresql:jar:1.1.4'