is not current version
Last Version 0.7

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

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.3
Type

Type

jar

Download gradle-flyway-plugin 0.3


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