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