License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdorg.liquibase.ext |
ArtifactId | ArtifactIdliquibase-filechangelog |
Version | Version4.9.1 |
Type | Typejar |
Description |
DescriptionLiquibase File Based Changelog Extension
Liquibase extension to use a local file rather than a database table to track executed changeSets
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-filechangelog</artifactId>
<version>4.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/
implementation 'org.liquibase.ext:liquibase-filechangelog:4.9.1'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/
implementation ("org.liquibase.ext:liquibase-filechangelog:4.9.1")
'org.liquibase.ext:liquibase-filechangelog:jar:4.9.1'
<dependency org="org.liquibase.ext" name="liquibase-filechangelog" rev="4.9.1">
<artifact name="liquibase-filechangelog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-filechangelog', version='4.9.1')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-filechangelog" % "4.9.1"
[org.liquibase.ext/liquibase-filechangelog "4.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.liquibase : liquibase-core | jar | 4.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |