License |
License |
---|---|
GroupId | GroupIdcom.github.penggle |
ArtifactId | ArtifactIdspring-cloud-starter-consul-cluster |
Version | Version2.1.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-cloud-starter-consul-cluster
cluster ConsulClient implementation for spring-cloud-consul(config、discovery、registry)
|
<!-- https://jarcasting.com/artifacts/com.github.penggle/spring-cloud-starter-consul-cluster/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>spring-cloud-starter-consul-cluster</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/spring-cloud-starter-consul-cluster/
implementation 'com.github.penggle:spring-cloud-starter-consul-cluster:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.penggle/spring-cloud-starter-consul-cluster/
implementation ("com.github.penggle:spring-cloud-starter-consul-cluster:2.1.0.RELEASE")
'com.github.penggle:spring-cloud-starter-consul-cluster:jar:2.1.0.RELEASE'
<dependency org="com.github.penggle" name="spring-cloud-starter-consul-cluster" rev="2.1.0.RELEASE">
<artifact name="spring-cloud-starter-consul-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='spring-cloud-starter-consul-cluster', version='2.1.0.RELEASE')
)
libraryDependencies += "com.github.penggle" % "spring-cloud-starter-consul-cluster" % "2.1.0.RELEASE"
[com.github.penggle/spring-cloud-starter-consul-cluster "2.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.penggle : spring-cloud-consul-cluster | jar | 2.1.0.RELEASE |
org.springframework.cloud : spring-cloud-commons | jar | |
org.springframework.cloud : spring-cloud-context | jar | |
org.springframework.cloud : spring-cloud-consul-core | jar | |
org.springframework.cloud : spring-cloud-consul-config | jar | |
org.springframework.cloud : spring-cloud-consul-discovery | jar | |
org.springframework.cloud : spring-cloud-netflix-ribbon | jar | |
org.springframework.retry : spring-retry | jar | |
com.ecwid.consul : consul-api | jar | |
org.slf4j : slf4j-api | jar | |
com.netflix.ribbon : ribbon-core | jar | |
com.netflix.ribbon : ribbon-loadbalancer | jar | |
com.google.guava : guava | jar | 28.0-jre |
javax.validation : validation-api | jar |