is not current version
Last Version 2.0.1

io.bootique.flyway:bootique-flyway 0.2

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

0.2
Type

Type

jar

Download bootique-flyway 0.2


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