| License |
License |
|---|---|
| Categories |
CategoriesMySQL Data Databases |
| GroupId | GroupIdfr.juanwolf |
| ArtifactId | ArtifactIdmysql-binlog-replicator |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMysql BinLog Replicator
Create the ORM between events received from the mysql-binlog-java library and spring repositories.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/fr.juanwolf/mysql-binlog-replicator/ -->
<dependency>
<groupId>fr.juanwolf</groupId>
<artifactId>mysql-binlog-replicator</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/fr.juanwolf/mysql-binlog-replicator/
implementation 'fr.juanwolf:mysql-binlog-replicator:1.0.8'
// https://jarcasting.com/artifacts/fr.juanwolf/mysql-binlog-replicator/
implementation ("fr.juanwolf:mysql-binlog-replicator:1.0.8")
'fr.juanwolf:mysql-binlog-replicator:jar:1.0.8'
<dependency org="fr.juanwolf" name="mysql-binlog-replicator" rev="1.0.8">
<artifact name="mysql-binlog-replicator" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.juanwolf', module='mysql-binlog-replicator', version='1.0.8')
)
libraryDependencies += "fr.juanwolf" % "mysql-binlog-replicator" % "1.0.8"
[fr.juanwolf/mysql-binlog-replicator "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.2.5.RELEASE |
| com.github.shyiko : mysql-binlog-connector-java | jar | 0.2.2 |
| org.reflections : reflections | jar | 0.9.9-RC1 |
| org.projectlombok : lombok | jar | 1.16.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.35 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.2.5.RELEASE |
| org.springframework.boot : spring-boot-starter-data-elasticsearch | jar | 1.2.5.RELEASE |
| org.assertj : assertj-core | jar | 3.1.0 |