Last Version

Spring Boot Spring Cloud Connectors Starter 2.2.13.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

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-cloud-connectors
Version

Version

2.2.13.RELEASE
Type

Type

jar
Description

Description

Spring Boot Spring Cloud Connectors Starter
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
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-cloud-connectors
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-boot

Download spring-boot-starter-cloud-connectors 2.2.13.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.13.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.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-cloud-connectors/
implementation ("org.springframework.boot:spring-boot-starter-cloud-connectors:2.2.13.RELEASE")
'org.springframework.boot:spring-boot-starter-cloud-connectors:jar:2.2.13.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-cloud-connectors" rev="2.2.13.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.13.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-cloud-connectors" % "2.2.13.RELEASE"
[org.springframework.boot/spring-boot-starter-cloud-connectors "2.2.13.RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.2.13.RELEASE
org.springframework.cloud : spring-cloud-spring-service-connector jar 2.0.7.RELEASE
org.springframework.cloud : spring-cloud-cloudfoundry-connector jar 2.0.7.RELEASE
org.springframework.cloud : spring-cloud-heroku-connector jar 2.0.7.RELEASE
org.springframework.cloud : spring-cloud-localconfig-connector jar 2.0.7.RELEASE

Project Modules

There are no modules declared in this project.