<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
<version>2.2.13.RELEASE</version>
</dependency>
implementation 'org.springframework.boot:spring-boot-starter-cloud-connectors:2.2.13.RELEASE'
implementation("org.springframework.boot:spring-boot-starter-cloud-connectors:2.2.13.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-cloud-connectors" % "2.2.13.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-cloud-connectors', version='2.2.13.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-cloud-connectors" rev="2.2.13.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.2.13.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.2.13.RELEASE
|-- org.springframework.cloud:spring-cloud-spring-service-connector:2.0.7.RELEASE
|-- org.springframework.cloud:spring-cloud-cloudfoundry-connector:2.0.7.RELEASE
|-- org.springframework.cloud:spring-cloud-heroku-connector:2.0.7.RELEASE
|-- org.springframework.cloud:spring-cloud-localconfig-connector:2.0.7.RELEASE