q

quarkus-flyway-postgresql

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