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