| GroupId | GroupIdcom.microsoft.azure |
|---|---|
| ArtifactId | ArtifactIdazure-servicebus |
| Version | Version3.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| azure-servicebus-3.1.1.pom | |
| azure-servicebus-3.1.1.jar | 425 KB |
| azure-servicebus-3.1.1-sources.jar | 255 KB |
| azure-servicebus-3.1.1-javadoc.jar | 934 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation 'com.microsoft.azure:azure-servicebus:3.1.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation ("com.microsoft.azure:azure-servicebus:3.1.1")
'com.microsoft.azure:azure-servicebus:jar:3.1.1'
<dependency org="com.microsoft.azure" name="azure-servicebus" rev="3.1.1">
<artifact name="azure-servicebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-servicebus', version='3.1.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "3.1.1"
[com.microsoft.azure/azure-servicebus "3.1.1"]