| GroupId | GroupIdcom.github.alaisi.pgasync |
|---|---|
| ArtifactId | ArtifactIdpostgres-async-driver |
| Version | Version0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| postgres-async-driver-0.8.pom | |
| postgres-async-driver-0.8.jar | 97 KB |
| postgres-async-driver-0.8-sources.jar | 61 KB |
| postgres-async-driver-0.8-javadoc.jar | 344 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alaisi.pgasync/postgres-async-driver/ -->
<dependency>
<groupId>com.github.alaisi.pgasync</groupId>
<artifactId>postgres-async-driver</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alaisi.pgasync/postgres-async-driver/
implementation 'com.github.alaisi.pgasync:postgres-async-driver:0.8'
// https://jarcasting.com/artifacts/com.github.alaisi.pgasync/postgres-async-driver/
implementation ("com.github.alaisi.pgasync:postgres-async-driver:0.8")
'com.github.alaisi.pgasync:postgres-async-driver:jar:0.8'
<dependency org="com.github.alaisi.pgasync" name="postgres-async-driver" rev="0.8">
<artifact name="postgres-async-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alaisi.pgasync', module='postgres-async-driver', version='0.8')
)
libraryDependencies += "com.github.alaisi.pgasync" % "postgres-async-driver" % "0.8"
[com.github.alaisi.pgasync/postgres-async-driver "0.8"]