q

quarkus-reactive-pg-client

Connect to the PostgreSQL database using the reactive pattern
Files download
File Operation
quarkus-reactive-pg-client-3.5.3.jar download
quarkus-reactive-pg-client-3.5.3.pom download
quarkus-reactive-pg-client-3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-reactive-pg-client</artifactId>
  <version>3.5.3</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-reactive-pg-client:3.5.3'
Gradle Kotlin
implementation("io.quarkus:quarkus-reactive-pg-client:3.5.3")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-reactive-pg-client" % "3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-reactive-pg-client', version='3.5.3')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-reactive-pg-client" rev="3.5.3" />
Leiningen
[io.quarkus/quarkus-reactive-pg-client "3.5.3"]
Apache Buildr
'io.quarkus:quarkus-reactive-pg-client:jar:3.5.3'