Categories |
CategoriesFlyway Data Databases |
---|---|
GroupId | GroupIdcom.github.bitmc |
ArtifactId | ArtifactIdflyway-core |
Version | Version7.1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
flyway-core-7.1.1.1.pom | |
flyway-core-7.1.1.1.jar | 8 KB |
flyway-core-7.1.1.1-sources.jar | 6 KB |
flyway-core-7.1.1.1-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bitmc/flyway-core/ -->
<dependency>
<groupId>com.github.bitmc</groupId>
<artifactId>flyway-core</artifactId>
<version>7.1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/flyway-core/
implementation 'com.github.bitmc:flyway-core:7.1.1.1'
// https://jarcasting.com/artifacts/com.github.bitmc/flyway-core/
implementation ("com.github.bitmc:flyway-core:7.1.1.1")
'com.github.bitmc:flyway-core:jar:7.1.1.1'
<dependency org="com.github.bitmc" name="flyway-core" rev="7.1.1.1">
<artifact name="flyway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='flyway-core', version='7.1.1.1')
)
libraryDependencies += "com.github.bitmc" % "flyway-core" % "7.1.1.1"
[com.github.bitmc/flyway-core "7.1.1.1"]