io.github.guoyu511:vertx-mysql-binlog

A Vert.x client allowing applications tapping into MySQL replication stream.

License

License

Categories

Categories

MySQL Data Databases
GroupId

GroupId

io.github.guoyu511
ArtifactId

ArtifactId

vertx-mysql-binlog
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

A Vert.x client allowing applications tapping into MySQL replication stream.

Download vertx-mysql-binlog

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
io.vertx : vertx-core jar
io.vertx : vertx-mysql-postgresql-client jar
io.vertx : vertx-codegen Optional jar
com.github.shyiko : mysql-binlog-connector-java jar 0.12.1
io.vertx : vertx-docgen Optional jar
io.vertx : vertx-rx-java Optional jar

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
io.vertx : vertx-core test-jar
mysql : mysql-connector-java jar 5.1.38
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0