is not current version
Last Version 7.4.0.0

com.github.bitmc:flyway-core 7.1.1.0


Categories

Categories

Flyway Data Databases
GroupId

GroupId

com.github.bitmc
ArtifactId

ArtifactId

flyway-core
Version

Version

7.1.1.0
Type

Type

jar

Download flyway-core 7.1.1.0


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