is not current version
Last Version 2.2.13.RELEASE

org.springframework.boot:spring-boot-starter-cloud-connectors 2.2.2.RELEASE

Starter for using Spring Cloud Connectors which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku. Deprecated in favor of Java CFEnv

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-cloud-connectors
Version

Version

2.2.2.RELEASE
Type

Type

jar

Download spring-boot-starter-cloud-connectors 2.2.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-cloud-connectors/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-cloud-connectors</artifactId>
    <version>2.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-cloud-connectors/
implementation 'org.springframework.boot:spring-boot-starter-cloud-connectors:2.2.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-cloud-connectors/
implementation ("org.springframework.boot:spring-boot-starter-cloud-connectors:2.2.2.RELEASE")
'org.springframework.boot:spring-boot-starter-cloud-connectors:jar:2.2.2.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-cloud-connectors" rev="2.2.2.RELEASE">
  <artifact name="spring-boot-starter-cloud-connectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-cloud-connectors', version='2.2.2.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-cloud-connectors" % "2.2.2.RELEASE"
[org.springframework.boot/spring-boot-starter-cloud-connectors "2.2.2.RELEASE"]