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