f

flyway-parent

Flyway is a database migration tool for Java. It is supports Sql and Java based migrations. It is based on convention over configuration and can be run from Maven or directly on application startup.
http://code.google.com/p/flyway
Apache 2
Axel Fontaine Christian Dedie
文件下载
文件名 操作
flyway-parent-0.8.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.flyway</groupId>
  <artifactId>flyway-parent</artifactId>
  <version>0.8.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.flyway:flyway-parent:0.8.6'
Gradle Kotlin
implementation("com.googlecode.flyway:flyway-parent:0.8.6")
Scala SBT
libraryDependencies += "com.googlecode.flyway" % "flyway-parent" % "0.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.flyway', module='flyway-parent', version='0.8.6')
)
Apache Ivy
<dependency org="com.googlecode.flyway" name="flyway-parent" rev="0.8.6" />
Leiningen
[com.googlecode.flyway/flyway-parent "0.8.6"]
Apache Buildr
'com.googlecode.flyway:flyway-parent:jar:0.8.6'
本项目依赖
该项目无第三方依赖