License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdio.github.guoyu511 |
ArtifactId | ArtifactIdvertx-mysql-binlog |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Vert.x client allowing applications tapping into MySQL replication stream.
|
<!-- 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"]
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 |
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 |