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