a

azure-eventhubs-extensions

Extensions built on Microsoft Azure Event Hubs${line.separator} This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator} 1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator} 2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator} It is recommended that you move to the new package.
https://github.com/Azure/azure-sdk-for-java
Files download
File Operation
azure-eventhubs-extensions-3.3.2.jar download
azure-eventhubs-extensions-3.3.2.pom download
azure-eventhubs-extensions-3.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-eventhubs-extensions</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-eventhubs-extensions:3.3.2'
Gradle Kotlin
implementation("com.microsoft.azure:azure-eventhubs-extensions:3.3.2")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-eventhubs-extensions" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-eventhubs-extensions', version='3.3.2')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-eventhubs-extensions" rev="3.3.2" />
Leiningen
[com.microsoft.azure/azure-eventhubs-extensions "3.3.2"]
Apache Buildr
'com.microsoft.azure:azure-eventhubs-extensions:jar:3.3.2'