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