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