<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-flyway-mysql</artifactId> <version>3.13.2</version> </dependency>
implementation 'io.quarkus:quarkus-flyway-mysql:3.13.2'
implementation("io.quarkus:quarkus-flyway-mysql:3.13.2")
libraryDependencies += "io.quarkus" % "quarkus-flyway-mysql" % "3.13.2"
@Grapes( @Grab(group='io.quarkus', module='quarkus-flyway-mysql', version='3.13.2') )
<dependency org="io.quarkus" name="quarkus-flyway-mysql" rev="3.13.2" />
[io.quarkus/quarkus-flyway-mysql "3.13.2"]
'io.quarkus:quarkus-flyway-mysql:jar:3.13.2'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-flyway-mysql-parent</artifactId> <version>3.13.2</version> </parent>
compile
|-- io.quarkus:quarkus-core
|-- org.flywaydb:flyway-mysql
provided
|-- io.quarkus:quarkus-flyway