Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.tencent.polaris |
ArtifactId | ArtifactIdspring-boot-polaris-discovery-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris-discovery-starter/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>spring-boot-polaris-discovery-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris-discovery-starter/
implementation 'com.tencent.polaris:spring-boot-polaris-discovery-starter:1.0.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris-discovery-starter/
implementation ("com.tencent.polaris:spring-boot-polaris-discovery-starter:1.0.0")
'com.tencent.polaris:spring-boot-polaris-discovery-starter:jar:1.0.0'
<dependency org="com.tencent.polaris" name="spring-boot-polaris-discovery-starter" rev="1.0.0">
<artifact name="spring-boot-polaris-discovery-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='spring-boot-polaris-discovery-starter', version='1.0.0')
)
libraryDependencies += "com.tencent.polaris" % "spring-boot-polaris-discovery-starter" % "1.0.0"
[com.tencent.polaris/spring-boot-polaris-discovery-starter "1.0.0"]