v

vertx-pg-client

The Reactive PostgreSQL Client
https://github.com/eclipse-vertx/vertx-sql-client
Files download
File Operation
vertx-pg-client-5.0.0.CR3.jar download
vertx-pg-client-5.0.0.CR3.pom download
vertx-pg-client-5.0.0.CR3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-pg-client</artifactId>
  <version>5.0.0.CR3</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-pg-client:5.0.0.CR3'
Gradle Kotlin
implementation("io.vertx:vertx-pg-client:5.0.0.CR3")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-pg-client" % "5.0.0.CR3"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-pg-client', version='5.0.0.CR3')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-pg-client" rev="5.0.0.CR3" />
Leiningen
[io.vertx/vertx-pg-client "5.0.0.CR3"]
Apache Buildr
'io.vertx:vertx-pg-client:jar:5.0.0.CR3'