не последняя версия
Последняя версия 8.5.13

org.flywaydb.enterprise:flyway-core 8.0.0-beta2


Категории

Категории

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

Группа

org.flywaydb.enterprise
Идентификатор

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

flyway-core
Версия

Версия

8.0.0-beta2
Тип

Тип

jar

Скачать flyway-core 8.0.0-beta2


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