| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Feign Сеть HTTP Clients Reactor Контейнер Микросервисы Reactive libraries |
| Группа | Группаio.github.stas29a |
| Идентификатор | Идентификаторfeign-reactor |
| Версия | Версия3.1.2 |
| Тип | Типpom |
| Описание |
Описаниеfeign-reactive
Use Feign client on WebClient with Kotlin coroutine support
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| feign-reactor-3.1.2.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.stas29a/feign-reactor/ -->
<dependency>
<groupId>io.github.stas29a</groupId>
<artifactId>feign-reactor</artifactId>
<version>3.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stas29a/feign-reactor/
implementation 'io.github.stas29a:feign-reactor:3.1.2'
// https://jarcasting.com/artifacts/io.github.stas29a/feign-reactor/
implementation ("io.github.stas29a:feign-reactor:3.1.2")
'io.github.stas29a:feign-reactor:pom:3.1.2'
<dependency org="io.github.stas29a" name="feign-reactor" rev="3.1.2">
<artifact name="feign-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.stas29a', module='feign-reactor', version='3.1.2')
)
libraryDependencies += "io.github.stas29a" % "feign-reactor" % "3.1.2"
[io.github.stas29a/feign-reactor "3.1.2"]