не последняя версия
Последняя версия 2.2.13.RELEASE

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

Starter for using Spring Cloud Connectors which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-starter-cloud-connectors
Версия

Версия

1.4.5.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-cloud-connectors 1.4.5.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>1.4.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-cloud-connectors/
implementation 'org.springframework.boot:spring-boot-starter-cloud-connectors:1.4.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-cloud-connectors/
implementation ("org.springframework.boot:spring-boot-starter-cloud-connectors:1.4.5.RELEASE")
'org.springframework.boot:spring-boot-starter-cloud-connectors:jar:1.4.5.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-cloud-connectors" rev="1.4.5.RELEASE">
  <artifact name="spring-boot-starter-cloud-connectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-cloud-connectors', version='1.4.5.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-cloud-connectors" % "1.4.5.RELEASE"
[org.springframework.boot/spring-boot-starter-cloud-connectors "1.4.5.RELEASE"]