is not current version
Last Version 0.2.0

com.stratio.receiver:spark-kafka 0.1.0

Kafka-Receiver is a library that allows the user to read data with Apache Spark Streaming from Kafka topics. Fully compatible with Kafka 0.10.0.0 and Spark 1.6.2

GroupId

GroupId

com.stratio.receiver
ArtifactId

ArtifactId

spark-kafka
Version

Version

0.1.0
Type

Type

jar

Download spark-kafka 0.1.0


<!-- https://jarcasting.com/artifacts/com.stratio.receiver/spark-kafka/ -->
<dependency>
    <groupId>com.stratio.receiver</groupId>
    <artifactId>spark-kafka</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-kafka/
implementation 'com.stratio.receiver:spark-kafka:0.1.0'
// https://jarcasting.com/artifacts/com.stratio.receiver/spark-kafka/
implementation ("com.stratio.receiver:spark-kafka:0.1.0")
'com.stratio.receiver:spark-kafka:jar:0.1.0'
<dependency org="com.stratio.receiver" name="spark-kafka" rev="0.1.0">
  <artifact name="spark-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.receiver', module='spark-kafka', version='0.1.0')
)
libraryDependencies += "com.stratio.receiver" % "spark-kafka" % "0.1.0"
[com.stratio.receiver/spark-kafka "0.1.0"]