| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Feign Сеть HTTP Clients |
| Группа | Группаin.hocg.boot |
| Идентификатор | Идентификаторopenfeign-spring-boot-starter |
| Версия | Версия1.0.13 |
| Тип | Типjar |
| Описание |
ОписаниеOpenfeign :: Spring Boot :: Starter
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>openfeign-spring-boot-starter</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-starter/
implementation 'in.hocg.boot:openfeign-spring-boot-starter:1.0.13'
// https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-starter/
implementation ("in.hocg.boot:openfeign-spring-boot-starter:1.0.13")
'in.hocg.boot:openfeign-spring-boot-starter:jar:1.0.13'
<dependency org="in.hocg.boot" name="openfeign-spring-boot-starter" rev="1.0.13">
<artifact name="openfeign-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='openfeign-spring-boot-starter', version='1.0.13')
)
libraryDependencies += "in.hocg.boot" % "openfeign-spring-boot-starter" % "1.0.13"
[in.hocg.boot/openfeign-spring-boot-starter "1.0.13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter Необязательный | jar | 2.2.6.RELEASE |
| in.hocg.boot : openfeign-spring-boot-autoconfigure | jar | 1.0.13 |
| org.springframework.cloud : spring-cloud-starter-openfeign | jar | |
| org.projectlombok : lombok Необязательный | jar | 1.18.12 |