Categories |
CategoriesSpring Boot Container Microservices Apollo |
---|---|
GroupId | GroupIdtop.totalo |
ArtifactId | ArtifactIdspring-boot-starter-apollo |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-apollo
spring-boot-starter-apollo
|
<!-- https://jarcasting.com/artifacts/top.totalo/spring-boot-starter-apollo/ -->
<dependency>
<groupId>top.totalo</groupId>
<artifactId>spring-boot-starter-apollo</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/top.totalo/spring-boot-starter-apollo/
implementation 'top.totalo:spring-boot-starter-apollo:0.0.3'
// https://jarcasting.com/artifacts/top.totalo/spring-boot-starter-apollo/
implementation ("top.totalo:spring-boot-starter-apollo:0.0.3")
'top.totalo:spring-boot-starter-apollo:jar:0.0.3'
<dependency org="top.totalo" name="spring-boot-starter-apollo" rev="0.0.3">
<artifact name="spring-boot-starter-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.totalo', module='spring-boot-starter-apollo', version='0.0.3')
)
libraryDependencies += "top.totalo" % "spring-boot-starter-apollo" % "0.0.3"
[top.totalo/spring-boot-starter-apollo "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | |
org.springframework : spring-context | jar | |
com.ctrip.framework.apollo : apollo-client | jar | 1.8.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.3 |