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