Categories |
CategoriesLiquibase Data Databases |
---|---|
GroupId | GroupIdio.choerodon |
ArtifactId | ArtifactIdchoerodon-liquibase |
Version | Version0.7.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-liquibase/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-liquibase</artifactId>
<version>0.7.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-liquibase/
implementation 'io.choerodon:choerodon-liquibase:0.7.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-liquibase/
implementation ("io.choerodon:choerodon-liquibase:0.7.0.RELEASE")
'io.choerodon:choerodon-liquibase:jar:0.7.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-liquibase" rev="0.7.0.RELEASE">
<artifact name="choerodon-liquibase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-liquibase', version='0.7.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-liquibase" % "0.7.0.RELEASE"
[io.choerodon/choerodon-liquibase "0.7.0.RELEASE"]