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