f

flyway-parent

Custom implementation for Flyway
https://github.com/spt-oss/flyway-plus
Files download
File Operation
flyway-parent-5.2.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.spt-oss</groupId>
  <artifactId>flyway-parent</artifactId>
  <version>5.2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.spt-oss:flyway-parent:5.2.4.0'
Gradle Kotlin
implementation("com.github.spt-oss:flyway-parent:5.2.4.0")
Scala SBT
libraryDependencies += "com.github.spt-oss" % "flyway-parent" % "5.2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spt-oss', module='flyway-parent', version='5.2.4.0')
)
Apache Ivy
<dependency org="com.github.spt-oss" name="flyway-parent" rev="5.2.4.0" />
Leiningen
[com.github.spt-oss/flyway-parent "5.2.4.0"]
Apache Buildr
'com.github.spt-oss:flyway-parent:jar:5.2.4.0'