| GroupId | GroupIdcom.tencent.cloud | 
    
|---|---|
| ArtifactId | ArtifactIdspring-cloud-tencent-commons | 
    
| Version | Version1.2.0-Greenwich | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.tencent.cloud/spring-cloud-tencent-commons/ -->
<dependency>
    <groupId>com.tencent.cloud</groupId>
    <artifactId>spring-cloud-tencent-commons</artifactId>
    <version>1.2.0-Greenwich</version>
</dependency>
                // https://jarcasting.com/artifacts/com.tencent.cloud/spring-cloud-tencent-commons/
implementation 'com.tencent.cloud:spring-cloud-tencent-commons:1.2.0-Greenwich'
                // https://jarcasting.com/artifacts/com.tencent.cloud/spring-cloud-tencent-commons/
implementation ("com.tencent.cloud:spring-cloud-tencent-commons:1.2.0-Greenwich")
                'com.tencent.cloud:spring-cloud-tencent-commons:jar:1.2.0-Greenwich'
                <dependency org="com.tencent.cloud" name="spring-cloud-tencent-commons" rev="1.2.0-Greenwich">
  <artifact name="spring-cloud-tencent-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tencent.cloud', module='spring-cloud-tencent-commons', version='1.2.0-Greenwich')
)
                libraryDependencies += "com.tencent.cloud" % "spring-cloud-tencent-commons" % "1.2.0-Greenwich"
                [com.tencent.cloud/spring-cloud-tencent-commons "1.2.0-Greenwich"]