GroupId | GroupIdcom.stratio.receiver |
---|---|
ArtifactId | ArtifactIdspark-kafka |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
spark-kafka-0.1.0.pom | |
spark-kafka-0.1.0.jar | 37 MB |
spark-kafka-0.1.0-sources.jar | 24 KB |
spark-kafka-0.1.0-javadoc.jar | 380 KB |
Browse |
<!-- 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"]