MVN

cn.chenlc.qcloud.sdk : sdk-parent

Maven & Gradle

Apr 26, 2017
0 stars

qcloud-sdk · 腾讯云SDK集,目前仅提供点播服务SDK

<dependency>
    <groupId>cn.chenlc.qcloud.sdk</groupId>
    <artifactId>sdk-parent</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.chenlc.qcloud.sdk : sdk-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of cn.chenlc.qcloud.sdk : sdk-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
sdk-parent-0.9.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.chenlc.qcloud.sdk</groupId>
    <artifactId>sdk-parent</artifactId>
    <version>0.9.0</version>
</dependency>

Advertisement