Categories |
CategoriesFlyway Data Databases |
---|---|
GroupId | GroupIdorg.flywaydb.enterprise |
ArtifactId | ArtifactIdflyway-core |
Version | Version7.5.4 |
Type | Typejar |
Filename | Size |
---|---|
flyway-core-7.5.4.pom | |
flyway-core-7.5.4.jar | 850 KB |
flyway-core-7.5.4-sources.jar | 584 bytes |
flyway-core-7.5.4-javadoc.jar | 830 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flywaydb.enterprise/flyway-core/ -->
<dependency>
<groupId>org.flywaydb.enterprise</groupId>
<artifactId>flyway-core</artifactId>
<version>7.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.flywaydb.enterprise/flyway-core/
implementation 'org.flywaydb.enterprise:flyway-core:7.5.4'
// https://jarcasting.com/artifacts/org.flywaydb.enterprise/flyway-core/
implementation ("org.flywaydb.enterprise:flyway-core:7.5.4")
'org.flywaydb.enterprise:flyway-core:jar:7.5.4'
<dependency org="org.flywaydb.enterprise" name="flyway-core" rev="7.5.4">
<artifact name="flyway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flywaydb.enterprise', module='flyway-core', version='7.5.4')
)
libraryDependencies += "org.flywaydb.enterprise" % "flyway-core" % "7.5.4"
[org.flywaydb.enterprise/flyway-core "7.5.4"]