| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.easyproject |
| Идентификатор | Идентификаторazure-storage |
| Версия | Версия1.1.0-RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеAzure Storage
Microsoft Azure cloud platform java public components. Provide Storage (Blob, Table, Queue, File) support.
|
| Имя Файла | Размер |
|---|---|
| azure-storage-1.1.0-RELEASE.pom | |
| azure-storage-1.1.0-RELEASE.jar | 13 KB |
| azure-storage-1.1.0-RELEASE-sources.jar | 5 KB |
| azure-storage-1.1.0-RELEASE-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.easyproject/azure-storage/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>azure-storage</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/azure-storage/
implementation 'cn.easyproject:azure-storage:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/azure-storage/
implementation ("cn.easyproject:azure-storage:1.1.0-RELEASE")
'cn.easyproject:azure-storage:jar:1.1.0-RELEASE'
<dependency org="cn.easyproject" name="azure-storage" rev="1.1.0-RELEASE">
<artifact name="azure-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='azure-storage', version='1.1.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "azure-storage" % "1.1.0-RELEASE"
[cn.easyproject/azure-storage "1.1.0-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.microsoft.azure : azure-storage | jar | 4.0.0 |