h

httpcore5-h2

Apache HttpComponents HTTP/2 Core Components
https://hc.apache.org/httpcomponents-core-5.1.x/
Files download
File Operation
httpcore5-h2-5.1-beta2.jar download
httpcore5-h2-5.1-beta2.pom download
httpcore5-h2-5.1-beta2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5-h2</artifactId>
  <version>5.1-beta2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents.core5:httpcore5-h2:5.1-beta2'
Gradle Kotlin
implementation("org.apache.httpcomponents.core5:httpcore5-h2:5.1-beta2")
Scala SBT
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.1-beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.1-beta2')
)
Apache Ivy
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.1-beta2" />
Leiningen
[org.apache.httpcomponents.core5/httpcore5-h2 "5.1-beta2"]
Apache Buildr
'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1-beta2'