Categories |
CategoriesLiquibase Data Databases |
---|---|
GroupId | GroupIdorg.llorllale |
ArtifactId | ArtifactIdliquibase-facade |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
liquibase-facade-1.0.0.pom | |
liquibase-facade-1.0.0.jar | 13 KB |
liquibase-facade-1.0.0-sources.jar | 10 KB |
liquibase-facade-1.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/liquibase-facade/
implementation 'org.llorllale:liquibase-facade:1.0.0'
// https://jarcasting.com/artifacts/org.llorllale/liquibase-facade/
implementation ("org.llorllale:liquibase-facade:1.0.0")
'org.llorllale:liquibase-facade:jar:1.0.0'
<dependency org="org.llorllale" name="liquibase-facade" rev="1.0.0">
<artifact name="liquibase-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='liquibase-facade', version='1.0.0')
)
libraryDependencies += "org.llorllale" % "liquibase-facade" % "1.0.0"
[org.llorllale/liquibase-facade "1.0.0"]