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-4.7.0.jar 下载
spring-cloud-azure-stream-binder-eventhubs-4.7.0.pom 下载
spring-cloud-azure-stream-binder-eventhubs-4.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-stream-binder-eventhubs</artifactId>
  <version>4.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.azure.spring:spring-cloud-azure-stream-binder-eventhubs:4.7.0'
Gradle Kotlin
implementation("com.azure.spring:spring-cloud-azure-stream-binder-eventhubs:4.7.0")
Scala SBT
libraryDependencies += "com.azure.spring" % "spring-cloud-azure-stream-binder-eventhubs" % "4.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.azure.spring', module='spring-cloud-azure-stream-binder-eventhubs', version='4.7.0')
)
Apache Ivy
<dependency org="com.azure.spring" name="spring-cloud-azure-stream-binder-eventhubs" rev="4.7.0" />
Leiningen
[com.azure.spring/spring-cloud-azure-stream-binder-eventhubs "4.7.0"]
Apache Buildr
'com.azure.spring:spring-cloud-azure-stream-binder-eventhubs:jar:4.7.0'