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