GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-servicebus |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
azure-servicebus-3.4.0.pom | |
azure-servicebus-3.4.0.jar | 427 KB |
azure-servicebus-3.4.0-sources.jar | 259 KB |
azure-servicebus-3.4.0-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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation 'com.microsoft.azure:azure-servicebus:3.4.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-servicebus/
implementation ("com.microsoft.azure:azure-servicebus:3.4.0")
'com.microsoft.azure:azure-servicebus:jar:3.4.0'
<dependency org="com.microsoft.azure" name="azure-servicebus" rev="3.4.0">
<artifact name="azure-servicebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-servicebus', version='3.4.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-servicebus" % "3.4.0"
[com.microsoft.azure/azure-servicebus "3.4.0"]