License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Liquibase Data Databases |
GroupId | GroupIdcom.augusttechgroup |
ArtifactId | ArtifactIdgradle-liquibase-plugin |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Liquibase Plugin
A Gradle plugin for the Liquibase database refactoring tool.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.augusttechgroup/gradle-liquibase-plugin/ -->
<dependency>
<groupId>com.augusttechgroup</groupId>
<artifactId>gradle-liquibase-plugin</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.augusttechgroup/gradle-liquibase-plugin/
implementation 'com.augusttechgroup:gradle-liquibase-plugin:0.7'
// https://jarcasting.com/artifacts/com.augusttechgroup/gradle-liquibase-plugin/
implementation ("com.augusttechgroup:gradle-liquibase-plugin:0.7")
'com.augusttechgroup:gradle-liquibase-plugin:jar:0.7'
<dependency org="com.augusttechgroup" name="gradle-liquibase-plugin" rev="0.7">
<artifact name="gradle-liquibase-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augusttechgroup', module='gradle-liquibase-plugin', version='0.7')
)
libraryDependencies += "com.augusttechgroup" % "gradle-liquibase-plugin" % "0.7"
[com.augusttechgroup/gradle-liquibase-plugin "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.liquibase : liquibase-core | jar | 2.0.5 |
Group / Artifact | Type | Version |
---|---|---|
com.augusttechgroup : groovy-liquibase-dsl | jar | 0.7.6 |