License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.github.corydoras |
ArtifactId | ArtifactIdmysql-sync |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmysql-sync
Simple tool for copying mysql data updates from one small mysql database to its mirror.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mysql-sync-1.0.pom | |
mysql-sync-1.0.jar | 18 KB |
mysql-sync-1.0-sources.jar | 6 KB |
mysql-sync-1.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.corydoras/mysql-sync/ -->
<dependency>
<groupId>com.github.corydoras</groupId>
<artifactId>mysql-sync</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.corydoras/mysql-sync/
implementation 'com.github.corydoras:mysql-sync:1.0'
// https://jarcasting.com/artifacts/com.github.corydoras/mysql-sync/
implementation ("com.github.corydoras:mysql-sync:1.0")
'com.github.corydoras:mysql-sync:jar:1.0'
<dependency org="com.github.corydoras" name="mysql-sync" rev="1.0">
<artifact name="mysql-sync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.corydoras', module='mysql-sync', version='1.0')
)
libraryDependencies += "com.github.corydoras" % "mysql-sync" % "1.0"
[com.github.corydoras/mysql-sync "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.corydoras : base | jar | 1.5.beta1 |
com.google.code.gson : gson | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |