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