MVN

com.zendesk : open-replicator

Maven & Gradle

Sep 28, 2016
1 usages
53 stars

open-replicator · Open Replicator is a high performance MySQL binlog parser written in Java.

<dependency>
    <groupId>com.zendesk</groupId>
    <artifactId>open-replicator</artifactId>
    <version>1.6.1-PRE2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zendesk : open-replicator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4
  • Latest Release Candidate: 1.3.0-RC3

All Versions

Choose a version of com.zendesk : open-replicator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
open-replicator-1.6.1-PRE2
open-replicator-1.6.1-PRE1
open-replicator-1.6.0
1.5.x
open-replicator-1.5.1
open-replicator-1.5.0-PRE4
open-replicator-1.5.0-PRE2
open-replicator-1.5.0-PRE3
open-replicator-1.5.0-PRE1
open-replicator-1.5.0
1.4.x
open-replicator-1.4.4
open-replicator-1.4.3
open-replicator-1.4.2
open-replicator-1.4.1
open-replicator-1.4.0
1.3.x
open-replicator-1.3.6
open-replicator-1.3.5
open-replicator-1.3.3
open-replicator-1.3.2
open-replicator-1.3.0
open-replicator-1.3.0-RC3
open-replicator-1.3.0-RC2
open-replicator-1.3.0-RC1
1.2.x
open-replicator-1.2.3
open-replicator-1.2.2
open-replicator-1.2.1
open-replicator-1.2.0
1.1.x
open-replicator-1.1.3
open-replicator-1.1.2
open-replicator-1.1.1
open-replicator-1.1.0

How to add a dependency to Maven

Add the following com.zendesk : open-replicator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zendesk</groupId>
    <artifactId>open-replicator</artifactId>
    <version>1.6.1-PRE2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zendesk : open-replicator gradle dependency to your build.gradle file:

implementation 'com.zendesk:open-replicator:1.6.1-PRE2'

Gradle Kotlin DSL: Add the following com.zendesk : open-replicator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zendesk:open-replicator:1.6.1-PRE2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zendesk : open-replicator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zendesk" % "open-replicator" % "1.6.1-PRE2"

Advertisement