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