| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMySQL Data Databases | 
        
| GroupId | GroupIdcom.mydataharbor | 
    
| ArtifactId | ArtifactIdjdbc-mysql-6.0.x-plugin | 
    
| Last Version | Last Version1.1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmysql-jdbc,该插件让使用者可以从MySql数据库抽取数据,或者将数据写入MySql数据库。 jdbc抽取数据有三种模式,全量/增量/先全量再增量 ,❗ 此种方式无法同步删除的数据。 
         | 
    
<!-- https://jarcasting.com/artifacts/com.mydataharbor/jdbc-mysql-6.0.x-plugin/ -->
<dependency>
    <groupId>com.mydataharbor</groupId>
    <artifactId>jdbc-mysql-6.0.x-plugin</artifactId>
    <version>1.1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.mydataharbor/jdbc-mysql-6.0.x-plugin/
implementation 'com.mydataharbor:jdbc-mysql-6.0.x-plugin:1.1.2'
                // https://jarcasting.com/artifacts/com.mydataharbor/jdbc-mysql-6.0.x-plugin/
implementation ("com.mydataharbor:jdbc-mysql-6.0.x-plugin:1.1.2")
                'com.mydataharbor:jdbc-mysql-6.0.x-plugin:jar:1.1.2'
                <dependency org="com.mydataharbor" name="jdbc-mysql-6.0.x-plugin" rev="1.1.2">
  <artifact name="jdbc-mysql-6.0.x-plugin" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.mydataharbor', module='jdbc-mysql-6.0.x-plugin', version='1.1.2')
)
                libraryDependencies += "com.mydataharbor" % "jdbc-mysql-6.0.x-plugin" % "1.1.2"
                [com.mydataharbor/jdbc-mysql-6.0.x-plugin "1.1.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| mysql : mysql-connector-java | jar | 6.0.6 | 
| com.mydataharbor : mydataharbor-plugin-base | jar | 1.0.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.mydataharbor : mydataharbor-source-jdbc | jar | 1.1.2 | 
| com.mydataharbor : mydataharbor-sink-jdbc | jar | 1.1.2 | 
| org.pf4j : pf4j | jar | 3.6.0 | 
| com.mydataharbor : mydataharbor-plugin-api | jar | 1.0.4 | 
| com.mydataharbor : mydataharbor-core | jar | 1.0.4 | 
| org.projectlombok : lombok | jar | 1.18.18 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | [4.13.1,) | 
| ch.qos.logback : logback-core | jar | 1.2.3 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 |