<dependency> <groupId>tech.mlsql</groupId> <artifactId>mysql-binlog_2.11</artifactId> <version>1.0.4</version> </dependency>
implementation 'tech.mlsql:mysql-binlog_2.11:1.0.4'
implementation("tech.mlsql:mysql-binlog_2.11:1.0.4")
libraryDependencies += "tech.mlsql" % "mysql-binlog_2.11" % "1.0.4"
@Grapes( @Grab(group='tech.mlsql', module='mysql-binlog_2.11', version='1.0.4') )
<dependency org="tech.mlsql" name="mysql-binlog_2.11" rev="1.0.4" />
[tech.mlsql/mysql-binlog_2.11 "1.0.4"]
'tech.mlsql:mysql-binlog_2.11:jar:1.0.4'
<parent> <groupId>tech.mlsql</groupId> <artifactId>spark-binlog_2.11</artifactId> <version>1.0.4</version> </parent>
${scope}
|-- mysql:mysql-connector-java:8.0.16
compile
|-- tech.mlsql:binlog-common_${scala.binary.version}
|-- com.github.shyiko:mysql-binlog-connector-java