| GroupId | GroupIdcom.github.alaisi.pgasync |
|---|---|
| ArtifactId | ArtifactIdpostgres-async-driver |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| postgres-async-driver-0.7.pom | |
| postgres-async-driver-0.7.jar | 99 KB |
| postgres-async-driver-0.7-sources.jar | 61 KB |
| postgres-async-driver-0.7-javadoc.jar | 355 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alaisi.pgasync/postgres-async-driver/
implementation 'com.github.alaisi.pgasync:postgres-async-driver:0.7'
// https://jarcasting.com/artifacts/com.github.alaisi.pgasync/postgres-async-driver/
implementation ("com.github.alaisi.pgasync:postgres-async-driver:0.7")
'com.github.alaisi.pgasync:postgres-async-driver:jar:0.7'
<dependency org="com.github.alaisi.pgasync" name="postgres-async-driver" rev="0.7">
<artifact name="postgres-async-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alaisi.pgasync', module='postgres-async-driver', version='0.7')
)
libraryDependencies += "com.github.alaisi.pgasync" % "postgres-async-driver" % "0.7"
[com.github.alaisi.pgasync/postgres-async-driver "0.7"]