is not current version
Last Version 2.0.1

io.bootique.flyway:bootique-flyway 1.3

Provides Flyway integration with Bootique.

Categories

Categories

Flyway Data Databases Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.flyway
ArtifactId

ArtifactId

bootique-flyway
Version

Version

1.3
Type

Type

jar

Download bootique-flyway 1.3


<!-- https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/ -->
<dependency>
    <groupId>io.bootique.flyway</groupId>
    <artifactId>bootique-flyway</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation 'io.bootique.flyway:bootique-flyway:1.3'
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation ("io.bootique.flyway:bootique-flyway:1.3")
'io.bootique.flyway:bootique-flyway:jar:1.3'
<dependency org="io.bootique.flyway" name="bootique-flyway" rev="1.3">
  <artifact name="bootique-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.flyway', module='bootique-flyway', version='1.3')
)
libraryDependencies += "io.bootique.flyway" % "bootique-flyway" % "1.3"
[io.bootique.flyway/bootique-flyway "1.3"]