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