q

quarkus-flyway-postgresql

This extensions is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-postgresql are on the classpath
Files download
File Operation
quarkus-flyway-postgresql-3.13.2.jar download
quarkus-flyway-postgresql-3.13.2.pom download
quarkus-flyway-postgresql-3.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-flyway-postgresql</artifactId>
  <version>3.13.2</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-flyway-postgresql:3.13.2'
Gradle Kotlin
implementation("io.quarkus:quarkus-flyway-postgresql:3.13.2")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-flyway-postgresql" % "3.13.2"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-flyway-postgresql', version='3.13.2')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-flyway-postgresql" rev="3.13.2" />
Leiningen
[io.quarkus/quarkus-flyway-postgresql "3.13.2"]
Apache Buildr
'io.quarkus:quarkus-flyway-postgresql:jar:3.13.2'