GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-eventhubs |
Version | Version0.14.3 |
Type | Typejar |
Filename | Size |
---|---|
azure-eventhubs-0.14.3.pom | |
azure-eventhubs-0.14.3.jar | 239 KB |
azure-eventhubs-0.14.3-sources.jar | 116 KB |
azure-eventhubs-0.14.3-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs/
implementation 'com.microsoft.azure:azure-eventhubs:0.14.3'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs/
implementation ("com.microsoft.azure:azure-eventhubs:0.14.3")
'com.microsoft.azure:azure-eventhubs:jar:0.14.3'
<dependency org="com.microsoft.azure" name="azure-eventhubs" rev="0.14.3">
<artifact name="azure-eventhubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-eventhubs', version='0.14.3')
)
libraryDependencies += "com.microsoft.azure" % "azure-eventhubs" % "0.14.3"
[com.microsoft.azure/azure-eventhubs "0.14.3"]