Skip to content

Commit 67e6a95

Browse files
committed
move usage up
1 parent 4d1bf9c commit 67e6a95

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
MySQL Binary Log connector. @osheroff's fork of @shiyko's project, probably
55
the "official" version of this. With help from the Debezium devs.
66

7+
## Usage
8+
9+
```xml
10+
<dependency>
11+
<groupId>com.zendesk</groupId>
12+
<artifactId>mysql-binlog-connector-java</artifactId>
13+
<version>0.25.0</version>
14+
</dependency>
15+
```
16+
717
Initially project was started as a fork of [open-replicator](https://code.google.com/p/open-replicator),
818
but ended up as a complete rewrite. Key differences/features:
919

@@ -22,16 +32,6 @@ but ended up as a complete rewrite. Key differences/features:
2232
[siddontang/go-mysql](https://github.com/siddontang/go-mysql) (Go),
2333
[noplay/python-mysql-replication](https://github.com/noplay/python-mysql-replication) (Python).
2434

25-
## Usage
26-
27-
28-
```xml
29-
<dependency>
30-
<groupId>com.zendesk</groupId>
31-
<artifactId>mysql-binlog-connector-java</artifactId>
32-
<version>0.25.0</version>
33-
</dependency>
34-
```
3535

3636
Or get the latest JAR(s) from [here](https://search.maven.org/search?q=g:com.zendesk%20AND%20a:mysql-binlog-connector-java).
3737

0 commit comments

Comments
 (0)