文件下载
文件名 操作
liquibase-ext-maven-plugin-1.1.2.jar 下载
liquibase-ext-maven-plugin-1.1.2.pom 下载
liquibase-ext-maven-plugin-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>liquibase-ext-maven-plugin</artifactId>
  <version>1.1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:liquibase-ext-maven-plugin:1.1.2'
Gradle Kotlin
implementation("com.github.nfalco79:liquibase-ext-maven-plugin:1.1.2")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "liquibase-ext-maven-plugin" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='liquibase-ext-maven-plugin', version='1.1.2')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="liquibase-ext-maven-plugin" rev="1.1.2" />
Leiningen
[com.github.nfalco79/liquibase-ext-maven-plugin "1.1.2"]
Apache Buildr
'com.github.nfalco79:liquibase-ext-maven-plugin:jar:1.1.2'