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