q

quarkus-reactive-pg-client

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