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