h

httpcore5-h2

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