<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-commons</artifactId>
<version>1.1.4.Hoxton.SR9</version>
</dependency>
libraryDependencies += "com.tencent.cloud" % "spring-cloud-tencent-commons" % "1.1.4.Hoxton.SR9"
@Grapes(
@Grab(group='com.tencent.cloud', module='spring-cloud-tencent-commons', version='1.1.4.Hoxton.SR9')
)
<dependency org="com.tencent.cloud" name="spring-cloud-tencent-commons" rev="1.1.4.Hoxton.SR9" />
<parent> <groupId>com.tencent.cloud</groupId> <artifactId>spring-cloud-tencent-starters</artifactId> <version>1.1.4.Hoxton.SR9</version> </parent>
compile
|-- com.tencent.polaris:polaris-model:1.2.4
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.10.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.10.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.6.RELEASE
|-- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|-- com.google.guava:guava:29.0-jre
|-- commons-collections:commons-collections:3.2.2