не последняя версия
Последняя версия 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.

Категории

Категории

Flyway Данные Базы данных
Группа

Группа

com.intelliware
Идентификатор

Идентификатор

flywaydb-script-generator
Версия

Версия

0.9
Тип

Тип

jar

Скачать 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"]