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