| Группа | Группаcom.microsoft.azure |
|---|---|
| Идентификатор | Идентификаторazure-mgmt-servicebus |
| Версия | Версия1.31.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| azure-mgmt-servicebus-1.31.1.pom | |
| azure-mgmt-servicebus-1.31.1.jar | 444 KB |
| azure-mgmt-servicebus-1.31.1-sources.jar | 112 KB |
| azure-mgmt-servicebus-1.31.1-javadoc.jar | 759 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-servicebus/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-servicebus</artifactId>
<version>1.31.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-servicebus/
implementation 'com.microsoft.azure:azure-mgmt-servicebus:1.31.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-servicebus/
implementation ("com.microsoft.azure:azure-mgmt-servicebus:1.31.1")
'com.microsoft.azure:azure-mgmt-servicebus:jar:1.31.1'
<dependency org="com.microsoft.azure" name="azure-mgmt-servicebus" rev="1.31.1">
<artifact name="azure-mgmt-servicebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-servicebus', version='1.31.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-servicebus" % "1.31.1"
[com.microsoft.azure/azure-mgmt-servicebus "1.31.1"]