q

quarkus-flyway-derby

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