| License |
License |
|---|---|
| Categories |
CategoriesFlyway Data Databases |
| GroupId | GroupIdcom.fixiu |
| ArtifactId | ArtifactIdflyway-extends |
| Version | Version0.0.1-RELEASE |
| Type | Typejar |
| Description |
Descriptionflyway-extends
Flyway extension of springboot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.fixiu/flyway-extends/ -->
<dependency>
<groupId>com.fixiu</groupId>
<artifactId>flyway-extends</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.fixiu/flyway-extends/
implementation 'com.fixiu:flyway-extends:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.fixiu/flyway-extends/
implementation ("com.fixiu:flyway-extends:0.0.1-RELEASE")
'com.fixiu:flyway-extends:jar:0.0.1-RELEASE'
<dependency org="com.fixiu" name="flyway-extends" rev="0.0.1-RELEASE">
<artifact name="flyway-extends" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fixiu', module='flyway-extends', version='0.0.1-RELEASE')
)
libraryDependencies += "com.fixiu" % "flyway-extends" % "0.0.1-RELEASE"
[com.fixiu/flyway-extends "0.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jsqlparser : jsqlparser | jar | 4.0 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.3.9.RELEASE |
| org.flywaydb : flyway-core | jar | 6.4.4 |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.9.RELEASE |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |