Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcn.codeforfun |
ArtifactId | ArtifactIdmysql-migrate |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
mysql-migrate-1.1.5.pom | |
mysql-migrate-1.1.5.jar | 47 KB |
mysql-migrate-1.1.5-sources.jar | 25 KB |
mysql-migrate-1.1.5-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.codeforfun/mysql-migrate/ -->
<dependency>
<groupId>cn.codeforfun</groupId>
<artifactId>mysql-migrate</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.codeforfun/mysql-migrate/
implementation 'cn.codeforfun:mysql-migrate:1.1.5'
// https://jarcasting.com/artifacts/cn.codeforfun/mysql-migrate/
implementation ("cn.codeforfun:mysql-migrate:1.1.5")
'cn.codeforfun:mysql-migrate:jar:1.1.5'
<dependency org="cn.codeforfun" name="mysql-migrate" rev="1.1.5">
<artifact name="mysql-migrate" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.codeforfun', module='mysql-migrate', version='1.1.5')
)
libraryDependencies += "cn.codeforfun" % "mysql-migrate" % "1.1.5"
[cn.codeforfun/mysql-migrate "1.1.5"]