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