h

httpcore5-reactive

Apache HttpComponents Reactive Streams Bindings
http://hc.apache.org/httpcomponents-core-ga
文件下载
文件名 操作
httpcore5-reactive-5.0.jar 下载
httpcore5-reactive-5.0.pom 下载
httpcore5-reactive-5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5-reactive</artifactId>
  <version>5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0'
Gradle Kotlin
implementation("org.apache.httpcomponents.core5:httpcore5-reactive:5.0")
Scala SBT
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-reactive" % "5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents.core5', module='httpcore5-reactive', version='5.0')
)
Apache Ivy
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-reactive" rev="5.0" />
Leiningen
[org.apache.httpcomponents.core5/httpcore5-reactive "5.0"]
Apache Buildr
'org.apache.httpcomponents.core5:httpcore5-reactive:jar:5.0'