GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-storage-blob |
Version | Version10.5.0 |
Type | Typejar |
Filename | Size |
---|---|
azure-storage-blob-10.5.0.pom | |
azure-storage-blob-10.5.0.jar | 335 KB |
azure-storage-blob-10.5.0-sources.jar | 342 KB |
azure-storage-blob-10.5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-blob/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>10.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-blob/
implementation 'com.microsoft.azure:azure-storage-blob:10.5.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-blob/
implementation ("com.microsoft.azure:azure-storage-blob:10.5.0")
'com.microsoft.azure:azure-storage-blob:jar:10.5.0'
<dependency org="com.microsoft.azure" name="azure-storage-blob" rev="10.5.0">
<artifact name="azure-storage-blob" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-storage-blob', version='10.5.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-storage-blob" % "10.5.0"
[com.microsoft.azure/azure-storage-blob "10.5.0"]