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