is not current version
Last Version 2.3.1

com.googlecode.flyway:flyway-parent 0.9.1

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.

Categories

Categories

Flyway Data Databases
GroupId

GroupId

com.googlecode.flyway
ArtifactId

ArtifactId

flyway-parent
Version

Version

0.9.1
Type

Type

pom

Download flyway-parent 0.9.1

Filename Size
flyway-parent-0.9.1.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.googlecode.flyway/flyway-parent/ -->
<dependency>
    <groupId>com.googlecode.flyway</groupId>
    <artifactId>flyway-parent</artifactId>
    <version>0.9.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.flyway/flyway-parent/
implementation 'com.googlecode.flyway:flyway-parent:0.9.1'
// https://jarcasting.com/artifacts/com.googlecode.flyway/flyway-parent/
implementation ("com.googlecode.flyway:flyway-parent:0.9.1")
'com.googlecode.flyway:flyway-parent:pom:0.9.1'
<dependency org="com.googlecode.flyway" name="flyway-parent" rev="0.9.1">
  <artifact name="flyway-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.flyway', module='flyway-parent', version='0.9.1')
)
libraryDependencies += "com.googlecode.flyway" % "flyway-parent" % "0.9.1"
[com.googlecode.flyway/flyway-parent "0.9.1"]