is not current version
Last Version 1.0.4

tech.mlsql:spark-binlog_2.11 1.0.2

A library for querying Binlog with Apache Spark structure streaming, for Spark SQL , DataFrames and [MLSQL](http://www.mlsql.tech).

GroupId

GroupId

tech.mlsql
ArtifactId

ArtifactId

spark-binlog_2.11
Version

Version

1.0.2
Type

Type

pom

Download spark-binlog_2.11 1.0.2


<!-- https://jarcasting.com/artifacts/tech.mlsql/spark-binlog_2.11/ -->
<dependency>
    <groupId>tech.mlsql</groupId>
    <artifactId>spark-binlog_2.11</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.mlsql/spark-binlog_2.11/
implementation 'tech.mlsql:spark-binlog_2.11:1.0.2'
// https://jarcasting.com/artifacts/tech.mlsql/spark-binlog_2.11/
implementation ("tech.mlsql:spark-binlog_2.11:1.0.2")
'tech.mlsql:spark-binlog_2.11:pom:1.0.2'
<dependency org="tech.mlsql" name="spark-binlog_2.11" rev="1.0.2">
  <artifact name="spark-binlog_2.11" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.mlsql', module='spark-binlog_2.11', version='1.0.2')
)
libraryDependencies += "tech.mlsql" % "spark-binlog_2.11" % "1.0.2"
[tech.mlsql/spark-binlog_2.11 "1.0.2"]