License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdorg.liquibase.ext |
ArtifactId | ArtifactIdliquibase-snowflake |
Last Version | Last Version4.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiquibase Snowflake Database Integration
Liquibase extension for Snowflake database
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-snowflake/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-snowflake</artifactId>
<version>4.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-snowflake/
implementation 'org.liquibase.ext:liquibase-snowflake:4.11.0'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-snowflake/
implementation ("org.liquibase.ext:liquibase-snowflake:4.11.0")
'org.liquibase.ext:liquibase-snowflake:jar:4.11.0'
<dependency org="org.liquibase.ext" name="liquibase-snowflake" rev="4.11.0">
<artifact name="liquibase-snowflake" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-snowflake', version='4.11.0')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-snowflake" % "4.11.0"
[org.liquibase.ext/liquibase-snowflake "4.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.liquibase : liquibase-core | jar | 4.11.0 |
org.spockframework : spock-core | jar | 1.3-groovy-2.5 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
org.yaml : snakeyaml | jar | 1.30 |
org.liquibase : liquibase-maven-plugin | jar | 4.10.0 |
org.apache.maven.plugins : maven-compiler-plugin | jar | 3.10.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.codehaus.groovy : groovy-all | pom | 2.5.15 |
org.mockito : mockito-core | jar | 4.5.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.liquibase : liquibase-test-harness | jar | 1.0.5 |
net.snowflake : snowflake-jdbc | jar | 3.13.19 |