License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.apache.httpcomponents.core5 |
ArtifactId | ArtifactIdhttpcore5-reactive |
Last Version | Last Version5.2-beta2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HttpComponents Core Reactive Extensions
Apache HttpComponents Reactive Streams Bindings
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-reactive/ -->
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-reactive</artifactId>
<version>5.2-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-reactive/
implementation 'org.apache.httpcomponents.core5:httpcore5-reactive:5.2-beta2'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-reactive/
implementation ("org.apache.httpcomponents.core5:httpcore5-reactive:5.2-beta2")
'org.apache.httpcomponents.core5:httpcore5-reactive:jar:5.2-beta2'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-reactive" rev="5.2-beta2">
<artifact name="httpcore5-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-reactive', version='5.2-beta2')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-reactive" % "5.2-beta2"
[org.apache.httpcomponents.core5/httpcore5-reactive "5.2-beta2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.core5 : httpcore5 | jar | 5.2-beta2 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
io.reactivex.rxjava3 : rxjava | jar | 3.1.3 |