Skip to content

Commit

Permalink
Updated readme.md with latest version available through Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Jun 4, 2014
1 parent 4b76a72 commit 09b87e2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,31 @@ Initially project was started as a fork of [open-replicator](https://code.google
- resumable disconnects
- plugable failover strategies
- JMX exposure (optionally with statistics)
- availability in Maven Central (deferred until everything is thoroughly tested)
- availability in Maven Central
- no third-party dependencies
- binlog_checksum support (for MySQL 5.6.2+ users)
- test suite over different versions of MySQL releases

## Usage

The latest development version always available through Sonatype Snapshots repository (see example below).
Get the latest JAR(s) from [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22mysql-binlog-connector-java%22). Alternatively you can include following Maven dependency (available through Maven Central):

```
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
<version>0.1.0</version>
</dependency>
```

The latest development version always available through Sonatype Snapshots repository (as shown below).

```xml
<dependencies>
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 09b87e2

Please sign in to comment.