is not current version
Last Version 2.7.0.Final

io.thorntail:flyway 2.2.0.Final

Evolve your Database Schema easily and reliably across all your instances

Categories

Categories

Flyway Data Databases
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

flyway
Version

Version

2.2.0.Final
Type

Type

jar

Download flyway 2.2.0.Final


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