Reactive-http
Lightweight Java library to wrap reactive http clients in an annotations style.
Status
STILL IN DEVELOPMENT. NOT READY FOR PUBLIC USE YET
License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.github.cloudyrock.http |
ArtifactId | ArtifactIdreactive-http |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreactive-http
Annotation style wrapper for reactive web client. Right now only for Spring WebClient
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
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 |
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 |
Lightweight Java library to wrap reactive http clients in an annotations style.
STILL IN DEVELOPMENT. NOT READY FOR PUBLIC USE YET