is not current version
Last Version 1.3.13

cn.codeforfun:mysql-migrate 1.2.0

lightweight-mysql-migrate-tools

Categories

Categories

MySQL Data Databases
GroupId

GroupId

cn.codeforfun
ArtifactId

ArtifactId

mysql-migrate
Version

Version

1.2.0
Type

Type

jar

Download mysql-migrate 1.2.0


<!-- https://jarcasting.com/artifacts/cn.codeforfun/mysql-migrate/ -->
<dependency>
    <groupId>cn.codeforfun</groupId>
    <artifactId>mysql-migrate</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.codeforfun/mysql-migrate/
implementation 'cn.codeforfun:mysql-migrate:1.2.0'
// https://jarcasting.com/artifacts/cn.codeforfun/mysql-migrate/
implementation ("cn.codeforfun:mysql-migrate:1.2.0")
'cn.codeforfun:mysql-migrate:jar:1.2.0'
<dependency org="cn.codeforfun" name="mysql-migrate" rev="1.2.0">
  <artifact name="mysql-migrate" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.codeforfun', module='mysql-migrate', version='1.2.0')
)
libraryDependencies += "cn.codeforfun" % "mysql-migrate" % "1.2.0"
[cn.codeforfun/mysql-migrate "1.2.0"]