s

spring-cloud-azure-stream-binder-eventhubs

Spring Cloud Azure Stream Binder Event Hubs
https://microsoft.github.io/spring-cloud-azure
Spring Cloud Azure
文件下载
文件名 操作
spring-cloud-azure-stream-binder-eventhubs-6.0.0-beta.4.jar 下载
spring-cloud-azure-stream-binder-eventhubs-6.0.0-beta.4.pom 下载
spring-cloud-azure-stream-binder-eventhubs-6.0.0-beta.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-stream-binder-eventhubs</artifactId>
  <version>6.0.0-beta.4</version>
</dependency>
Gradle Groovy
implementation 'com.azure.spring:spring-cloud-azure-stream-binder-eventhubs:6.0.0-beta.4'
Gradle Kotlin
implementation("com.azure.spring:spring-cloud-azure-stream-binder-eventhubs:6.0.0-beta.4")
Scala SBT
libraryDependencies += "com.azure.spring" % "spring-cloud-azure-stream-binder-eventhubs" % "6.0.0-beta.4"
Groovy Grape
@Grapes(
  @Grab(group='com.azure.spring', module='spring-cloud-azure-stream-binder-eventhubs', version='6.0.0-beta.4')
)
Apache Ivy
<dependency org="com.azure.spring" name="spring-cloud-azure-stream-binder-eventhubs" rev="6.0.0-beta.4" />
Leiningen
[com.azure.spring/spring-cloud-azure-stream-binder-eventhubs "6.0.0-beta.4"]
Apache Buildr
'com.azure.spring:spring-cloud-azure-stream-binder-eventhubs:jar:6.0.0-beta.4'