License |
License |
---|---|
Categories |
CategoriesFlyway Data Databases |
GroupId | GroupIdcom.github.bitmc |
ArtifactId | ArtifactIdflyway-core |
Last Version | Last Version7.4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom implementation of Flyway
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flyway-core-7.4.0.0.pom | |
flyway-core-7.4.0.0.jar | 8 KB |
flyway-core-7.4.0.0-sources.jar | 6 KB |
flyway-core-7.4.0.0-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.4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/flyway-core/
implementation 'com.github.bitmc:flyway-core:7.4.0.0'
// https://jarcasting.com/artifacts/com.github.bitmc/flyway-core/
implementation ("com.github.bitmc:flyway-core:7.4.0.0")
'com.github.bitmc:flyway-core:jar:7.4.0.0'
<dependency org="com.github.bitmc" name="flyway-core" rev="7.4.0.0">
<artifact name="flyway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='flyway-core', version='7.4.0.0')
)
libraryDependencies += "com.github.bitmc" % "flyway-core" % "7.4.0.0"
[com.github.bitmc/flyway-core "7.4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.flywaydb : flyway-core | jar | 7.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
com.zaxxer : HikariCP | jar | 3.4.5 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |