c

choerodon-liquibase

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