is not current version
Last Version 1.0.8

fr.juanwolf:mysql-binlog-replicator 1.0.5

Create the ORM between events received from the mysql-binlog-java library and spring repositories.

Categories

Categories

MySQL Data Databases
GroupId

GroupId

fr.juanwolf
ArtifactId

ArtifactId

mysql-binlog-replicator
Version

Version

1.0.5
Type

Type

jar

Download mysql-binlog-replicator 1.0.5


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