| License | License | 
|---|---|
| GroupId | GroupIdcom.qcloud | 
| ArtifactId | ArtifactIdcos_api-bundle | 
| Last Version | Last Version5.6.69 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCOS SDK for Java - Bundle A single bundled dependency that includes all service and dependent JARs with third-party libraries
        relocated to different namespaces. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| cos_api-bundle-5.6.69.pom | |
| cos_api-bundle-5.6.69.jar | 9 MB | 
| Browse | 
<!-- 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"]