GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdspring-cloud-azure-stream-binder |
Version | Version1.2.5 |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-azure-stream-binder-1.2.5.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.2.5</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.2.5'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure-stream-binder/
implementation ("com.microsoft.azure:spring-cloud-azure-stream-binder:1.2.5")
'com.microsoft.azure:spring-cloud-azure-stream-binder:pom:1.2.5'
<dependency org="com.microsoft.azure" name="spring-cloud-azure-stream-binder" rev="1.2.5">
<artifact name="spring-cloud-azure-stream-binder" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-cloud-azure-stream-binder', version='1.2.5')
)
libraryDependencies += "com.microsoft.azure" % "spring-cloud-azure-stream-binder" % "1.2.5"
[com.microsoft.azure/spring-cloud-azure-stream-binder "1.2.5"]