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