Files download
File Operation
liquibase-ext-1.0.1.jar download
liquibase-ext-1.0.1.pom download
liquibase-ext-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>liquibase-ext</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:liquibase-ext:1.0.1'
Gradle Kotlin
implementation("com.github.nfalco79:liquibase-ext:1.0.1")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "liquibase-ext" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='liquibase-ext', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="liquibase-ext" rev="1.0.1" />
Leiningen
[com.github.nfalco79/liquibase-ext "1.0.1"]
Apache Buildr
'com.github.nfalco79:liquibase-ext:jar:1.0.1'