Categories |
CategoriesFlyway Data Databases |
---|---|
GroupId | GroupIdorg.flywaydb.enterprise |
ArtifactId | ArtifactIdflyway-parent |
Version | Version6.5.3 |
Type | Typejar |
Filename | Size |
---|---|
flyway-parent-6.5.3.pom | 54 KB |
flyway-parent-6.5.3-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>6.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.flywaydb.enterprise/flyway-parent/
implementation 'org.flywaydb.enterprise:flyway-parent:6.5.3'
// https://jarcasting.com/artifacts/org.flywaydb.enterprise/flyway-parent/
implementation ("org.flywaydb.enterprise:flyway-parent:6.5.3")
'org.flywaydb.enterprise:flyway-parent:jar:6.5.3'
<dependency org="org.flywaydb.enterprise" name="flyway-parent" rev="6.5.3">
<artifact name="flyway-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flywaydb.enterprise', module='flyway-parent', version='6.5.3')
)
libraryDependencies += "org.flywaydb.enterprise" % "flyway-parent" % "6.5.3"
[org.flywaydb.enterprise/flyway-parent "6.5.3"]