| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alaisi.pgasync |
| ArtifactId | ArtifactIdpg-async-driver |
| Version | Version0.1 |
| Type | Typejar |
| Description |
Descriptionpg-async-driver
Asynchronous PostgreSQL Java driver
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pg-async-driver-0.1.pom | |
| pg-async-driver-0.1.jar | 71 KB |
| pg-async-driver-0.1-sources.jar | 52 KB |
| pg-async-driver-0.1-javadoc.jar | 314 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alaisi.pgasync/pg-async-driver/ -->
<dependency>
<groupId>com.github.alaisi.pgasync</groupId>
<artifactId>pg-async-driver</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alaisi.pgasync/pg-async-driver/
implementation 'com.github.alaisi.pgasync:pg-async-driver:0.1'
// https://jarcasting.com/artifacts/com.github.alaisi.pgasync/pg-async-driver/
implementation ("com.github.alaisi.pgasync:pg-async-driver:0.1")
'com.github.alaisi.pgasync:pg-async-driver:jar:0.1'
<dependency org="com.github.alaisi.pgasync" name="pg-async-driver" rev="0.1">
<artifact name="pg-async-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alaisi.pgasync', module='pg-async-driver', version='0.1')
)
libraryDependencies += "com.github.alaisi.pgasync" % "pg-async-driver" % "0.1"
[com.github.alaisi.pgasync/pg-async-driver "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-codec | jar | 4.0.15.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |