MVN

fr.juanwolf : mysql-binlog-replicator

Maven & Gradle

Aug 26, 2015
9 stars

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

<dependency>
    <groupId>fr.juanwolf</groupId>
    <artifactId>mysql-binlog-replicator</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.juanwolf : mysql-binlog-replicator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of fr.juanwolf : mysql-binlog-replicator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mysql-binlog-replicator-1.0.8
mysql-binlog-replicator-1.0.7
mysql-binlog-replicator-1.0.6
mysql-binlog-replicator-1.0.5

How to add a dependency to Maven

Add the following fr.juanwolf : mysql-binlog-replicator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.juanwolf</groupId>
    <artifactId>mysql-binlog-replicator</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.juanwolf : mysql-binlog-replicator gradle dependency to your build.gradle file:

implementation 'fr.juanwolf:mysql-binlog-replicator:1.0.8'

Gradle Kotlin DSL: Add the following fr.juanwolf : mysql-binlog-replicator gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.juanwolf:mysql-binlog-replicator:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.juanwolf : mysql-binlog-replicator sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.juanwolf" % "mysql-binlog-replicator" % "1.0.8"

Advertisement