GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdspring-cloud-azure-stream-binder |
Version | Version1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-azure-stream-binder-1.1.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure-stream-binder/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-cloud-azure-stream-binder</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure-stream-binder/
implementation 'com.microsoft.azure:spring-cloud-azure-stream-binder:1.1.4'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure-stream-binder/
implementation ("com.microsoft.azure:spring-cloud-azure-stream-binder:1.1.4")
'com.microsoft.azure:spring-cloud-azure-stream-binder:pom:1.1.4'
<dependency org="com.microsoft.azure" name="spring-cloud-azure-stream-binder" rev="1.1.4">
<artifact name="spring-cloud-azure-stream-binder" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-cloud-azure-stream-binder', version='1.1.4')
)
libraryDependencies += "com.microsoft.azure" % "spring-cloud-azure-stream-binder" % "1.1.4"
[com.microsoft.azure/spring-cloud-azure-stream-binder "1.1.4"]