is not current version
Last Version 2.0.1

io.bootique.flyway:bootique-flyway 2.0.B1

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

2.0.B1
Type

Type

jar

Download bootique-flyway 2.0.B1


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