-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Description
- Image configuration has been added to settings.xml:
<mirror>
<id>tencent</id>
<name>tencent maven mirror</name>
<url>https://mirrors.tencent.com/nexus/repository/maven-public/</url>
<mirrorOf>*</mirrorOf>
</mirror>
- Install by using maven deps:
<!-- https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>3.1.1243</version>
</dependency>
- Building with MVN command:
mvn clean package -Dmaven.test.skip=true
- Introducing into the code:
Metadata
Metadata
Assignees
Labels
No labels
