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