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