| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-cloud-connectors |
| Версия | Версия2.2.13.RELEASE |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- 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"]