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