GroupId | GroupIdcom.github.jaceksokol |
---|---|
ArtifactId | ArtifactIdpostgres-async-driver |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
postgres-async-driver-0.1.1.pom | |
postgres-async-driver-0.1.1.jar | 127 KB |
postgres-async-driver-0.1.1-sources.jar | 70 KB |
postgres-async-driver-0.1.1-javadoc.jar | 330 KB |
Browse |
<!-- 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"]