f

flyway

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