License |
License |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-servicebus |
Last Version | Last Version3.6.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicrosoft Azure SDK for Service Bus
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
azure-servicebus-3.6.6.pom | |
azure-servicebus-3.6.6.jar | 427 KB |
azure-servicebus-3.6.6-sources.jar | 259 KB |
azure-servicebus-3.6.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>3.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation 'com.microsoft.azure:azure-servicebus:3.6.6'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation ("com.microsoft.azure:azure-servicebus:3.6.6")
'com.microsoft.azure:azure-servicebus:jar:3.6.6'
<dependency org="com.microsoft.azure" name="azure-servicebus" rev="3.6.6">
<artifact name="azure-servicebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-servicebus', version='3.6.6')
)
libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "3.6.6"
[com.microsoft.azure/azure-servicebus "3.6.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.qpid : proton-j | jar | 0.33.8 |
com.microsoft.azure : qpid-proton-j-extensions | jar | 1.2.4 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.asynchttpclient : async-http-client | jar | 2.12.1 |
com.microsoft.azure : azure-client-authentication | jar | 1.7.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |