a

azure-servicebus

Java library for Azure Service Bus
https://github.com/Azure/azure-service-bus-java
The MIT License (MIT)
Microsoft
文件下载
文件名 操作
azure-servicebus-1.2.2-PREVIEW.jar 下载
azure-servicebus-1.2.2-PREVIEW.pom 下载
azure-servicebus-1.2.2-PREVIEW-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-servicebus</artifactId>
  <version>1.2.2-PREVIEW</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-servicebus:1.2.2-PREVIEW'
Gradle Kotlin
implementation("com.microsoft.azure:azure-servicebus:1.2.2-PREVIEW")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "1.2.2-PREVIEW"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-servicebus', version='1.2.2-PREVIEW')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-servicebus" rev="1.2.2-PREVIEW" />
Leiningen
[com.microsoft.azure/azure-servicebus "1.2.2-PREVIEW"]
Apache Buildr
'com.microsoft.azure:azure-servicebus:jar:1.2.2-PREVIEW'