f

flyway

Flyway Feature
https://github.com/crud-studio/feature-depot/flyway
MIT License
Idan Elhalwani Shani Holdengreber
Files download
File Operation
flyway-0.3.0.jar download
flyway-0.3.0.pom download
flyway-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>studio.crud.feature</groupId>
  <artifactId>flyway</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'studio.crud.feature:flyway:0.3.0'
Gradle Kotlin
implementation("studio.crud.feature:flyway:0.3.0")
Scala SBT
libraryDependencies += "studio.crud.feature" % "flyway" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='studio.crud.feature', module='flyway', version='0.3.0')
)
Apache Ivy
<dependency org="studio.crud.feature" name="flyway" rev="0.3.0" />
Leiningen
[studio.crud.feature/flyway "0.3.0"]
Apache Buildr
'studio.crud.feature:flyway:jar:0.3.0'