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