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