The liquibase-core jar contains the command line interface and is
located in Maven Central. You can use the following pom definition:
-
<
dependency
>
<
groupId
>org.liquibase</
groupId
>
<
artifactId
>liquibase-core</
artifactId
>
<
version
>3.2.2</
version
>
</
dependency
>