a

azure-eventhubs-spark_2.12

Azure EventHubs Connector for Apache Spark (Spark Core, Spark Streaming, Structured Streaming).
https://github.com/Azure/azure-event-hubs-spark/
The Apache License, Version 2.0
Azure Event Hubs
Files download
File Operation
azure-eventhubs-spark_2.12-2.3.22.jar download
azure-eventhubs-spark_2.12-2.3.22.pom download
azure-eventhubs-spark_2.12-2.3.22-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-eventhubs-spark_2.12</artifactId>
  <version>2.3.22</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-eventhubs-spark_2.12:2.3.22'
Gradle Kotlin
implementation("com.microsoft.azure:azure-eventhubs-spark_2.12:2.3.22")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-eventhubs-spark_2.12" % "2.3.22"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-eventhubs-spark_2.12', version='2.3.22')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-eventhubs-spark_2.12" rev="2.3.22" />
Leiningen
[com.microsoft.azure/azure-eventhubs-spark_2.12 "2.3.22"]
Apache Buildr
'com.microsoft.azure:azure-eventhubs-spark_2.12:jar:2.3.22'