MVN

io.choerodon : choerodon-tool-liquibase

Maven & Gradle

Jun 12, 2023
2 usages
68.2k stars
<dependency>
    <groupId>io.choerodon</groupId>
    <artifactId>choerodon-tool-liquibase</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.choerodon : choerodon-tool-liquibase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.RELEASE

All Versions

Choose a version of io.choerodon : choerodon-tool-liquibase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
choerodon-tool-liquibase-2.0.1.RELEASE
choerodon-tool-liquibase-2.0.0.RELEASE
1.1.x
choerodon-tool-liquibase-1.1.1.RELEASE
choerodon-tool-liquibase-1.1.0.RELEASE
1.0.x
choerodon-tool-liquibase-1.0.1.RELEASE
choerodon-tool-liquibase-1.0.0.RELEASE
0.19.x
choerodon-tool-liquibase-0.19.1.RELEASE
choerodon-tool-liquibase-0.19.0.RELEASE
0.18.x
choerodon-tool-liquibase-0.18.1.RELEASE
choerodon-tool-liquibase-0.18.0.RELEASE
0.17.x
choerodon-tool-liquibase-0.17.2.RELEASE
choerodon-tool-liquibase-0.17.1.RELEASE
0.15.x
choerodon-tool-liquibase-0.15.1.RELEASE
choerodon-tool-liquibase-0.15.0.RELEASE
0.14.x
choerodon-tool-liquibase-0.14.0.RELEASE
0.13.x
choerodon-tool-liquibase-0.13.0.RELEASE
0.12.x
choerodon-tool-liquibase-0.12.0.RELEASE
0.11.x
choerodon-tool-liquibase-0.11.1.RELEASE
choerodon-tool-liquibase-0.11.0.RELEASE
0.10.x
choerodon-tool-liquibase-0.10.1.RELEASE
choerodon-tool-liquibase-0.10.0.RELEASE
0.9.x
choerodon-tool-liquibase-0.9.3.RELEASE
choerodon-tool-liquibase-0.9.2.RELEASE
choerodon-tool-liquibase-0.9.1.RELEASE
choerodon-tool-liquibase-0.9.0.RELEASE
0.8.x
choerodon-tool-liquibase-0.8.1.RELEASE
choerodon-tool-liquibase-0.8.0.RELEASE
0.7.x
choerodon-tool-liquibase-0.7.0.RELEASE
0.6.x
choerodon-tool-liquibase-0.6.4.RELEASE
choerodon-tool-liquibase-0.6.3.RELEASE
choerodon-tool-liquibase-0.6.2.RELEASE
choerodon-tool-liquibase-0.6.1.RELEASE
choerodon-tool-liquibase-0.6.0.RELEASE
0.5.x
choerodon-tool-liquibase-0.5.4.RELEASE
choerodon-tool-liquibase-0.5.3.RELEASE
choerodon-tool-liquibase-0.5.2.RELEASE
choerodon-tool-liquibase-0.5.1.RELEASE
choerodon-tool-liquibase-0.5.0.RELEASE

How to add a dependency to Maven

Add the following io.choerodon : choerodon-tool-liquibase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.choerodon</groupId>
    <artifactId>choerodon-tool-liquibase</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.choerodon : choerodon-tool-liquibase gradle dependency to your build.gradle file:

implementation 'io.choerodon:choerodon-tool-liquibase:2.0.1.RELEASE'

Gradle Kotlin DSL: Add the following io.choerodon : choerodon-tool-liquibase gradle kotlin dependency to your build.gradle.kts file:

implementation("io.choerodon:choerodon-tool-liquibase:2.0.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.choerodon : choerodon-tool-liquibase sbt scala dependency to your build.sbt file:

libraryDependencies += "io.choerodon" % "choerodon-tool-liquibase" % "2.0.1.RELEASE"

Advertisement