a

azure-servicebus

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