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