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