GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdspark-streaming-eventhubs_2.11 |
Version | Version2.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spark-streaming-eventhubs_2.11/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spark-streaming-eventhubs_2.11</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spark-streaming-eventhubs_2.11/
implementation 'com.microsoft.azure:spark-streaming-eventhubs_2.11:2.0.9'
// https://jarcasting.com/artifacts/com.microsoft.azure/spark-streaming-eventhubs_2.11/
implementation ("com.microsoft.azure:spark-streaming-eventhubs_2.11:2.0.9")
'com.microsoft.azure:spark-streaming-eventhubs_2.11:jar:2.0.9'
<dependency org="com.microsoft.azure" name="spark-streaming-eventhubs_2.11" rev="2.0.9">
<artifact name="spark-streaming-eventhubs_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spark-streaming-eventhubs_2.11', version='2.0.9')
)
libraryDependencies += "com.microsoft.azure" % "spark-streaming-eventhubs_2.11" % "2.0.9"
[com.microsoft.azure/spark-streaming-eventhubs_2.11 "2.0.9"]