Groovy Liquibase DSL

A Groovy-based DSL for the Liquibase database refactoring tool.

License

License

Categories

Categories

Groovy Languages Liquibase Data Databases
GroupId

GroupId

com.augusttechgroup
ArtifactId

ArtifactId

groovy-liquibase-dsl
Last Version

Last Version

0.7.6
Release Date

Release Date

Type

Type

jar
Description

Description

Groovy Liquibase DSL
A Groovy-based DSL for the Liquibase database refactoring tool.
Project URL

Project URL

https://github.com/tlberglund/groovy-liquibase
Source Code Management

Source Code Management

https://github.com/tlberglund/groovy-liquibase

Download groovy-liquibase-dsl

How to add to project

<!-- https://jarcasting.com/artifacts/com.augusttechgroup/groovy-liquibase-dsl/ -->
<dependency>
    <groupId>com.augusttechgroup</groupId>
    <artifactId>groovy-liquibase-dsl</artifactId>
    <version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.augusttechgroup/groovy-liquibase-dsl/
implementation 'com.augusttechgroup:groovy-liquibase-dsl:0.7.6'
// https://jarcasting.com/artifacts/com.augusttechgroup/groovy-liquibase-dsl/
implementation ("com.augusttechgroup:groovy-liquibase-dsl:0.7.6")
'com.augusttechgroup:groovy-liquibase-dsl:jar:0.7.6'
<dependency org="com.augusttechgroup" name="groovy-liquibase-dsl" rev="0.7.6">
  <artifact name="groovy-liquibase-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augusttechgroup', module='groovy-liquibase-dsl', version='0.7.6')
)
libraryDependencies += "com.augusttechgroup" % "groovy-liquibase-dsl" % "0.7.6"
[com.augusttechgroup/groovy-liquibase-dsl "0.7.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.liquibase : liquibase-core jar 2.0.3

runtime (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 1.8.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
com.h2database : h2 jar 1.3.159

Project Modules

There are no modules declared in this project.

News

###May 25, 2015 We're pleased to announce that the Liquibase Groovy DSL is now a part of the Liquibase organization. I'll still maintain the code, it will just live in a different Git repository. Bringing this project into the larger Liquibase family will help keep all things Liquibase together in one place and make the project easier to find for all Liquibase users. The new home for the Liquibase Groovy DSL is https://github.com/liquibase/liquibase-groovy-dsl

I'll update existing issues in this repository as they get addressed, but new issues should be reported in the new repository.

Thank you all for your continued support,

Steve Saliman

Versions

Version
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0