<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul-core</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-consul-core" % "2.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-consul-core', version='2.2.4.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-consul-core" 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.boot:spring-boot-starter-web:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-validation:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.4.RELEASE
|-- org.springframework.boot:spring-boot-starter-aop:2.3.2.RELEASE
|-- org.springframework.retry:spring-retry:1.2.5.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.boot:spring-boot-autoconfigure-processor:2.3.2.RELEASE