is not current version
Last Version 0.9.1

com.intelliware:flywaydb-script-generator 0.9

A wrapper around Flyway to allow for script generation, for enviornments where Flyway is not permitted access to certain controlled environments, such as PROD. The generated script can then be audited, reviewed and run manually against said controlled environments.

Categories

Categories

Flyway Data Databases
GroupId

GroupId

com.intelliware
ArtifactId

ArtifactId

flywaydb-script-generator
Version

Version

0.9
Type

Type

jar

Download flywaydb-script-generator 0.9


<!-- https://jarcasting.com/artifacts/com.intelliware/flywaydb-script-generator/ -->
<dependency>
    <groupId>com.intelliware</groupId>
    <artifactId>flywaydb-script-generator</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.intelliware/flywaydb-script-generator/
implementation 'com.intelliware:flywaydb-script-generator:0.9'
// https://jarcasting.com/artifacts/com.intelliware/flywaydb-script-generator/
implementation ("com.intelliware:flywaydb-script-generator:0.9")
'com.intelliware:flywaydb-script-generator:jar:0.9'
<dependency org="com.intelliware" name="flywaydb-script-generator" rev="0.9">
  <artifact name="flywaydb-script-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intelliware', module='flywaydb-script-generator', version='0.9')
)
libraryDependencies += "com.intelliware" % "flywaydb-script-generator" % "0.9"
[com.intelliware/flywaydb-script-generator "0.9"]