f

flyway-parent

Flyway is a database migration tool for Java. It is supports Sql and Java based metaDataTableRows. 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
Files download
File Operation
flyway-parent-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>com.googlecode.flyway</groupId>
  <artifactId>flyway-parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.flyway:flyway-parent:0.9.1'
Gradle Kotlin
implementation("com.googlecode.flyway:flyway-parent:0.9.1")
Scala SBT
libraryDependencies += "com.googlecode.flyway" % "flyway-parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.flyway', module='flyway-parent', version='0.9.1')
)
Apache Ivy
<dependency org="com.googlecode.flyway" name="flyway-parent" rev="0.9.1" />
Leiningen
[com.googlecode.flyway/flyway-parent "0.9.1"]
Apache Buildr
'com.googlecode.flyway:flyway-parent:jar:0.9.1'
Dependencies
The project has no third-party dependencies