is not current version
Last Version 0.1.3

com.github.jaceksokol:postgres-async-driver 0.1.1

Asynchronous PostgreSQL Java driver

GroupId

GroupId

com.github.jaceksokol
ArtifactId

ArtifactId

postgres-async-driver
Version

Version

0.1.1
Type

Type

jar

Download postgres-async-driver 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.jaceksokol/postgres-async-driver/ -->
<dependency>
    <groupId>com.github.jaceksokol</groupId>
    <artifactId>postgres-async-driver</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jaceksokol/postgres-async-driver/
implementation 'com.github.jaceksokol:postgres-async-driver:0.1.1'
// https://jarcasting.com/artifacts/com.github.jaceksokol/postgres-async-driver/
implementation ("com.github.jaceksokol:postgres-async-driver:0.1.1")
'com.github.jaceksokol:postgres-async-driver:jar:0.1.1'
<dependency org="com.github.jaceksokol" name="postgres-async-driver" rev="0.1.1">
  <artifact name="postgres-async-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jaceksokol', module='postgres-async-driver', version='0.1.1')
)
libraryDependencies += "com.github.jaceksokol" % "postgres-async-driver" % "0.1.1"
[com.github.jaceksokol/postgres-async-driver "0.1.1"]