License |
License |
---|---|
GroupId | GroupIdcom.github.penggle |
ArtifactId | ArtifactIdspring-cloud-consul-cluster |
Version | Version2.1.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-cloud-consul-cluster
cluster ConsulClient implementation for spring-cloud-consul(config、discovery、registry)
|
<!-- https://jarcasting.com/artifacts/com.github.penggle/spring-cloud-consul-cluster/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>spring-cloud-consul-cluster</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/spring-cloud-consul-cluster/
implementation 'com.github.penggle:spring-cloud-consul-cluster:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.penggle/spring-cloud-consul-cluster/
implementation ("com.github.penggle:spring-cloud-consul-cluster:2.1.0.RELEASE")
'com.github.penggle:spring-cloud-consul-cluster:jar:2.1.0.RELEASE'
<dependency org="com.github.penggle" name="spring-cloud-consul-cluster" rev="2.1.0.RELEASE">
<artifact name="spring-cloud-consul-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='spring-cloud-consul-cluster', version='2.1.0.RELEASE')
)
libraryDependencies += "com.github.penggle" % "spring-cloud-consul-cluster" % "2.1.0.RELEASE"
[com.github.penggle/spring-cloud-consul-cluster "2.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |