| GroupId | GroupIdcom.microsoft.azure |
|---|---|
| ArtifactId | ArtifactIdazure-eventhubs-extensions |
| Version | Version3.1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs-extensions/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-extensions</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs-extensions/
implementation 'com.microsoft.azure:azure-eventhubs-extensions:3.1.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-eventhubs-extensions/
implementation ("com.microsoft.azure:azure-eventhubs-extensions:3.1.1")
'com.microsoft.azure:azure-eventhubs-extensions:jar:3.1.1'
<dependency org="com.microsoft.azure" name="azure-eventhubs-extensions" rev="3.1.1">
<artifact name="azure-eventhubs-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-eventhubs-extensions', version='3.1.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-eventhubs-extensions" % "3.1.1"
[com.microsoft.azure/azure-eventhubs-extensions "3.1.1"]