is not current version
Last Version 7.4.0.0

com.github.bitmc:flyway-parent 7.1.1.1

Custom implementation of Flyway

Categories

Categories

Flyway Data Databases
GroupId

GroupId

com.github.bitmc
ArtifactId

ArtifactId

flyway-parent
Version

Version

7.1.1.1
Type

Type

pom

Download flyway-parent 7.1.1.1


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