| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration Feign Сеть HTTP Clients |
|---|---|
| Группа | Группаin.hocg.boot |
| Идентификатор | Идентификаторopenfeign-spring-boot-autoconfigure |
| Версия | Версия1.0.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-autoconfigure/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>openfeign-spring-boot-autoconfigure</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-autoconfigure/
implementation 'in.hocg.boot:openfeign-spring-boot-autoconfigure:1.0.6'
// https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-autoconfigure/
implementation ("in.hocg.boot:openfeign-spring-boot-autoconfigure:1.0.6")
'in.hocg.boot:openfeign-spring-boot-autoconfigure:jar:1.0.6'
<dependency org="in.hocg.boot" name="openfeign-spring-boot-autoconfigure" rev="1.0.6">
<artifact name="openfeign-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='openfeign-spring-boot-autoconfigure', version='1.0.6')
)
libraryDependencies += "in.hocg.boot" % "openfeign-spring-boot-autoconfigure" % "1.0.6"
[in.hocg.boot/openfeign-spring-boot-autoconfigure "1.0.6"]