reactive-http

Annotation style wrapper for reactive web client. Right now only for Spring WebClient

License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.github.cloudyrock.http
ArtifactId

ArtifactId

reactive-http
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

reactive-http
Annotation style wrapper for reactive web client. Right now only for Spring WebClient
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/reactive-http
Source Code Management

Source Code Management

https://github.com/cloudyrock/reactive-http.git

Download reactive-http

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-webflux jar 2.0.3.RELEASE
com.github.cloudyrock.dimmer : dimmer-local jar 2.1.0

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.3.RELEASE
io.projectreactor : reactor-test jar
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Reactive-http

Lightweight Java library to wrap reactive http clients in an annotations style.

Status

STILL IN DEVELOPMENT. NOT READY FOR PUBLIC USE YET

com.github.cloudyrock.http

Cloudyrock

CloudyRock opensource

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2