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