Categories |
CategoriesFlyway Data Databases |
---|---|
GroupId | GroupIdcom.github.bitmc |
ArtifactId | ArtifactIdflyway-parent |
Version | Version7.3.2.0 |
Type | Typepom |
Filename | Size |
---|---|
flyway-parent-7.3.2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bitmc/flyway-parent/ -->
<dependency>
<groupId>com.github.bitmc</groupId>
<artifactId>flyway-parent</artifactId>
<version>7.3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/flyway-parent/
implementation 'com.github.bitmc:flyway-parent:7.3.2.0'
// https://jarcasting.com/artifacts/com.github.bitmc/flyway-parent/
implementation ("com.github.bitmc:flyway-parent:7.3.2.0")
'com.github.bitmc:flyway-parent:pom:7.3.2.0'
<dependency org="com.github.bitmc" name="flyway-parent" rev="7.3.2.0">
<artifact name="flyway-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='flyway-parent', version='7.3.2.0')
)
libraryDependencies += "com.github.bitmc" % "flyway-parent" % "7.3.2.0"
[com.github.bitmc/flyway-parent "7.3.2.0"]