<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul-core</artifactId>
<version>4.0.2</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-consul-core', version='4.0.2')
)
<dependency org="org.springframework.cloud" name="spring-cloud-consul-core" rev="4.0.2" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-consul</artifactId> <version>4.0.2</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:3.0.5
|-- org.springframework.boot:spring-boot-starter-validation:3.0.5
|-- org.springframework.boot:spring-boot-starter-web:3.0.5
|-- org.springframework.boot:spring-boot-starter-actuator:3.0.5
|-- org.springframework.cloud:spring-cloud-commons:4.0.2
|-- org.springframework.boot:spring-boot-starter-aop:3.0.5
|-- org.springframework.retry:spring-retry:2.0.1
|-- com.ecwid.consul:consul-api:1.4.5
|-- com.google.code.gson:gson:2.9.1
|-- org.apache.httpcomponents:httpclient:4.5.14
|-- org.apache.httpcomponents:httpcore:4.4.16
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.0.5