Reactive-http
Lightweight Java library to wrap reactive http clients in an annotations style.
Status
STILL IN DEVELOPMENT. NOT READY FOR PUBLIC USE YET
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.github.cloudyrock.http |
| Идентификатор | Идентификаторreactive-http |
| Последняя версия | Последняя версия1.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеreactive-http
Annotation style wrapper for reactive web client. Right now only for Spring WebClient
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reactive-http-1.1.3.pom | |
| reactive-http-1.1.3.jar | 26 KB |
| reactive-http-1.1.3-sources.jar | 16 KB |
| reactive-http-1.1.3-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/ -->
<dependency>
<groupId>com.github.cloudyrock.http</groupId>
<artifactId>reactive-http</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/
implementation 'com.github.cloudyrock.http:reactive-http:1.1.3'
// https://jarcasting.com/artifacts/com.github.cloudyrock.http/reactive-http/
implementation ("com.github.cloudyrock.http:reactive-http:1.1.3")
'com.github.cloudyrock.http:reactive-http:jar:1.1.3'
<dependency org="com.github.cloudyrock.http" name="reactive-http" rev="1.1.3">
<artifact name="reactive-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudyrock.http', module='reactive-http', version='1.1.3')
)
libraryDependencies += "com.github.cloudyrock.http" % "reactive-http" % "1.1.3"
[com.github.cloudyrock.http/reactive-http "1.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-webflux | jar | 2.0.3.RELEASE |
| com.github.cloudyrock.dimmer : dimmer-local | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |
| io.projectreactor : reactor-test | jar | |
| junit : junit | jar | 4.12 |
Lightweight Java library to wrap reactive http clients in an annotations style.
STILL IN DEVELOPMENT. NOT READY FOR PUBLIC USE YET