SeedStack Flyway add-on
Official SeedStack integration for Flyway database automatic migration.
Copyright and license
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.
License |
License |
---|---|
Categories |
CategoriesFlyway Data Databases |
GroupId | GroupIdorg.seedstack.addons.flyway |
ArtifactId | ArtifactIdflyway |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClean Java development
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flyway-2.0.0.pom | |
flyway-2.0.0.jar | 22 KB |
flyway-2.0.0-sources.jar | 12 KB |
flyway-2.0.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.flyway/flyway/ -->
<dependency>
<groupId>org.seedstack.addons.flyway</groupId>
<artifactId>flyway</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.flyway/flyway/
implementation 'org.seedstack.addons.flyway:flyway:2.0.0'
// https://jarcasting.com/artifacts/org.seedstack.addons.flyway/flyway/
implementation ("org.seedstack.addons.flyway:flyway:2.0.0")
'org.seedstack.addons.flyway:flyway:jar:2.0.0'
<dependency org="org.seedstack.addons.flyway" name="flyway" rev="2.0.0">
<artifact name="flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.flyway', module='flyway', version='2.0.0')
)
libraryDependencies += "org.seedstack.addons.flyway" % "flyway" % "2.0.0"
[org.seedstack.addons.flyway/flyway "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.seedstack.seed : seed-core | jar | 3.12.0 |
org.seedstack.addons.jdbc : jdbc | jar | 3.0.3 |
org.flywaydb : flyway-core | jar | 7.8.2 |
javax.validation : validation-api | jar | 1.1.0.Final |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.seedstack.seed : seed-testing-junit4 | jar | 3.12.0 |
org.assertj : assertj-core | jar | 3.12.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.hsqldb : hsqldb | jar | 2.5.1 |
Official SeedStack integration for Flyway database automatic migration.
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.