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