is not current version
Last Version 0.7

com.github.ben-manes:gradle-flyway-plugin 0.5

Flyway migration tasks for Gradle.

Categories

Categories

Gradle Build Tools Flyway Data Databases
GroupId

GroupId

com.github.ben-manes
ArtifactId

ArtifactId

gradle-flyway-plugin
Version

Version

0.5
Type

Type

jar

Download gradle-flyway-plugin 0.5


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