<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul-discovery</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-consul-discovery:2.2.4.RELEASE'
implementation("org.springframework.cloud:spring-cloud-consul-discovery:2.2.4.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-consul-discovery" % "2.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-consul-discovery', version='2.2.4.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-consul-discovery" rev="2.2.4.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-consul</artifactId> <version>2.2.4.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-consul-core:2.2.4.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.4.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.4.RELEASE
|-- org.springframework.cloud:spring-cloud-config-client:2.2.4.RELEASE
|-- org.springframework.cloud:spring-cloud-config-server:2.2.4.RELEASE
|-- com.ecwid.consul:consul-api:1.4.5
|-- com.google.code.gson:gson:2.8.6
|-- org.apache.httpcomponents:httpclient:4.5.12
|-- org.apache.httpcomponents:httpcore:4.4.13
|-- org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.4.RELEASE
|-- org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.2.4.RELEASE
|-- com.netflix.ribbon:ribbon:2.3.0
|-- com.netflix.ribbon:ribbon-core:2.3.0
|-- com.netflix.ribbon:ribbon-httpclient:2.3.0
|-- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.3.2.RELEASE
|-- joda-time:joda-time:2.10.5
|-- org.springframework.boot:spring-boot-starter-web:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.3.2.RELEASE