a

azure-eventhubs

Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.
https://github.com/Azure/azure-sdk-for-java
文件下载
文件名 操作
azure-eventhubs-3.3.0.jar 下载
azure-eventhubs-3.3.0.pom 下载
azure-eventhubs-3.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-eventhubs</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-eventhubs:3.3.0'
Gradle Kotlin
implementation("com.microsoft.azure:azure-eventhubs:3.3.0")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-eventhubs" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-eventhubs', version='3.3.0')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-eventhubs" rev="3.3.0" />
Leiningen
[com.microsoft.azure/azure-eventhubs "3.3.0"]
Apache Buildr
'com.microsoft.azure:azure-eventhubs:jar:3.3.0'