License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdorg.llorllale |
ArtifactId | ArtifactIdliquibase-facade |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.llorllale:liquibase-facade
API providing a facade to mold liquibase' otherwise great functionality into more traditional workflows/paradigms.
|
Project URL |
Project URL |
Filename | Size |
---|---|
liquibase-facade-1.2.0.pom | |
liquibase-facade-1.2.0.jar | 13 KB |
liquibase-facade-1.2.0-sources.jar | 10 KB |
liquibase-facade-1.2.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.llorllale/liquibase-facade/ -->
<dependency>
<groupId>org.llorllale</groupId>
<artifactId>liquibase-facade</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/liquibase-facade/
implementation 'org.llorllale:liquibase-facade:1.2.0'
// https://jarcasting.com/artifacts/org.llorllale/liquibase-facade/
implementation ("org.llorllale:liquibase-facade:1.2.0")
'org.llorllale:liquibase-facade:jar:1.2.0'
<dependency org="org.llorllale" name="liquibase-facade" rev="1.2.0">
<artifact name="liquibase-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='liquibase-facade', version='1.2.0')
)
libraryDependencies += "org.llorllale" % "liquibase-facade" % "1.2.0"
[org.llorllale/liquibase-facade "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.liquibase : liquibase-core | jar | 3.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.hsqldb : hsqldb | jar | 2.3.2 |