h

httpcore5-reactive

Apache HttpComponents Reactive Streams Bindings
Files download
File Operation
httpcore5-reactive-5.2.5.jar download
httpcore5-reactive-5.2.5.pom download
httpcore5-reactive-5.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5-reactive</artifactId>
  <version>5.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents.core5:httpcore5-reactive:5.2.5'
Gradle Kotlin
implementation("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.5")
Scala SBT
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-reactive" % "5.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents.core5', module='httpcore5-reactive', version='5.2.5')
)
Apache Ivy
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-reactive" rev="5.2.5" />
Leiningen
[org.apache.httpcomponents.core5/httpcore5-reactive "5.2.5"]
Apache Buildr
'org.apache.httpcomponents.core5:httpcore5-reactive:jar:5.2.5'