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