is not current version
Last Version 3.6.6

com.microsoft.azure:azure-servicebus 3.6.3

Java library for Azure Service Bus. Please note, a newer package com.azure:azure-messaging-servicebus for Azure Service Bus is available as of December 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/sb for more details.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-servicebus
Version

Version

3.6.3
Type

Type

jar

Download azure-servicebus 3.6.3


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-servicebus</artifactId>
    <version>3.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation 'com.microsoft.azure:azure-servicebus:3.6.3'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation ("com.microsoft.azure:azure-servicebus:3.6.3")
'com.microsoft.azure:azure-servicebus:jar:3.6.3'
<dependency org="com.microsoft.azure" name="azure-servicebus" rev="3.6.3">
  <artifact name="azure-servicebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-servicebus', version='3.6.3')
)
libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "3.6.3"
[com.microsoft.azure/azure-servicebus "3.6.3"]