Categories |
CategoriesLiquibase Data Databases |
---|---|
GroupId | GroupIdorg.liquibase.ext |
ArtifactId | ArtifactIdliquibase-filechangelog |
Version | Version4.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-filechangelog</artifactId>
<version>4.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/
implementation 'org.liquibase.ext:liquibase-filechangelog:4.3.2'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/
implementation ("org.liquibase.ext:liquibase-filechangelog:4.3.2")
'org.liquibase.ext:liquibase-filechangelog:jar:4.3.2'
<dependency org="org.liquibase.ext" name="liquibase-filechangelog" rev="4.3.2">
<artifact name="liquibase-filechangelog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-filechangelog', version='4.3.2')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-filechangelog" % "4.3.2"
[org.liquibase.ext/liquibase-filechangelog "4.3.2"]