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