| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.qcloud |
| Идентификатор | Идентификаторcos_api-bundle |
| Последняя версия | Последняя версия5.6.69 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCOS SDK for Java - Bundle
A single bundled dependency that includes all service and dependent JARs with third-party libraries
relocated to different namespaces.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cos_api-bundle-5.6.69.pom | |
| cos_api-bundle-5.6.69.jar | 9 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.qcloud/cos_api-bundle/ -->
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api-bundle</artifactId>
<version>5.6.69</version>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud/cos_api-bundle/
implementation 'com.qcloud:cos_api-bundle:5.6.69'
// https://jarcasting.com/artifacts/com.qcloud/cos_api-bundle/
implementation ("com.qcloud:cos_api-bundle:5.6.69")
'com.qcloud:cos_api-bundle:jar:5.6.69'
<dependency org="com.qcloud" name="cos_api-bundle" rev="5.6.69">
<artifact name="cos_api-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qcloud', module='cos_api-bundle', version='5.6.69')
)
libraryDependencies += "com.qcloud" % "cos_api-bundle" % "5.6.69"
[com.qcloud/cos_api-bundle "5.6.69"]