Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.tencent.polaris |
ArtifactId | ArtifactIdspring-boot-polaris |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpringBoot Polaris
SpringBoot adapter for PolarisMesh
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-boot-polaris-1.1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>spring-boot-polaris</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris/
implementation 'com.tencent.polaris:spring-boot-polaris:1.1.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris/
implementation ("com.tencent.polaris:spring-boot-polaris:1.1.0")
'com.tencent.polaris:spring-boot-polaris:pom:1.1.0'
<dependency org="com.tencent.polaris" name="spring-boot-polaris" rev="1.1.0">
<artifact name="spring-boot-polaris" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='spring-boot-polaris', version='1.1.0')
)
libraryDependencies += "com.tencent.polaris" % "spring-boot-polaris" % "1.1.0"
[com.tencent.polaris/spring-boot-polaris "1.1.0"]