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