GroupId | GroupIdcom.github.benfradet |
---|---|
ArtifactId | ArtifactIdspark-kafka-0-8-writer_2.11 |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.benfradet/spark-kafka-0-8-writer_2.11/ -->
<dependency>
<groupId>com.github.benfradet</groupId>
<artifactId>spark-kafka-0-8-writer_2.11</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.benfradet/spark-kafka-0-8-writer_2.11/
implementation 'com.github.benfradet:spark-kafka-0-8-writer_2.11:0.2.0'
// https://jarcasting.com/artifacts/com.github.benfradet/spark-kafka-0-8-writer_2.11/
implementation ("com.github.benfradet:spark-kafka-0-8-writer_2.11:0.2.0")
'com.github.benfradet:spark-kafka-0-8-writer_2.11:jar:0.2.0'
<dependency org="com.github.benfradet" name="spark-kafka-0-8-writer_2.11" rev="0.2.0">
<artifact name="spark-kafka-0-8-writer_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.benfradet', module='spark-kafka-0-8-writer_2.11', version='0.2.0')
)
libraryDependencies += "com.github.benfradet" % "spark-kafka-0-8-writer_2.11" % "0.2.0"
[com.github.benfradet/spark-kafka-0-8-writer_2.11 "0.2.0"]