License |
License |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdspring-integration-eventhubs |
Version | Version2.0.0-beta.1 |
Type | Typejar |
Description |
DescriptionAzure Spring Integration Event Hubs
Azure Spring Integration Event Hubs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-integration-eventhubs/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-integration-eventhubs</artifactId>
<version>2.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-integration-eventhubs/
implementation 'com.microsoft.azure:spring-integration-eventhubs:2.0.0-beta.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-integration-eventhubs/
implementation ("com.microsoft.azure:spring-integration-eventhubs:2.0.0-beta.1")
'com.microsoft.azure:spring-integration-eventhubs:jar:2.0.0-beta.1'
<dependency org="com.microsoft.azure" name="spring-integration-eventhubs" rev="2.0.0-beta.1">
<artifact name="spring-integration-eventhubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-integration-eventhubs', version='2.0.0-beta.1')
)
libraryDependencies += "com.microsoft.azure" % "spring-integration-eventhubs" % "2.0.0-beta.1"
[com.microsoft.azure/spring-integration-eventhubs "2.0.0-beta.1"]