License |
License |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-storage-queue |
Version | Version10.0.1-Preview |
Type | Typejar |
Description |
DescriptionAzure Storage Queue
The Azure Storage Java Queue library.
|
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-queue/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>10.0.1-Preview</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-queue/
implementation 'com.microsoft.azure:azure-storage-queue:10.0.1-Preview'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-queue/
implementation ("com.microsoft.azure:azure-storage-queue:10.0.1-Preview")
'com.microsoft.azure:azure-storage-queue:jar:10.0.1-Preview'
<dependency org="com.microsoft.azure" name="azure-storage-queue" rev="10.0.1-Preview">
<artifact name="azure-storage-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-storage-queue', version='10.0.1-Preview')
)
libraryDependencies += "com.microsoft.azure" % "azure-storage-queue" % "10.0.1-Preview"
[com.microsoft.azure/azure-storage-queue "10.0.1-Preview"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.rest.v2 : client-runtime | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |
org.codehaus.groovy : groovy-all | jar | 2.4.13 |