a

azure-servicebus

This package contains Microsoft Azure SDK for Service Bus.
https://github.com/Azure/azure-sdk-for-java
The Apache Software License, Version 2.0
Microsoft
Files download
File Operation
azure-servicebus-0.9.4.jar download
azure-servicebus-0.9.4.pom download
azure-servicebus-0.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-servicebus</artifactId>
  <version>0.9.4</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-servicebus:0.9.4'
Gradle Kotlin
implementation("com.microsoft.azure:azure-servicebus:0.9.4")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-servicebus', version='0.9.4')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-servicebus" rev="0.9.4" />
Leiningen
[com.microsoft.azure/azure-servicebus "0.9.4"]
Apache Buildr
'com.microsoft.azure:azure-servicebus:jar:0.9.4'