is not current version
Last Version 5.2-beta2

org.apache.httpcomponents.core5:httpcore5-h2 5.1.3

Apache HttpComponents HTTP/2 Core Components

Categories

Categories

H2 Data Databases
GroupId

GroupId

org.apache.httpcomponents.core5
ArtifactId

ArtifactId

httpcore5-h2
Version

Version

5.1.3
Type

Type

jar

Download httpcore5-h2 5.1.3


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/ -->
<dependency>
    <groupId>org.apache.httpcomponents.core5</groupId>
    <artifactId>httpcore5-h2</artifactId>
    <version>5.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation 'org.apache.httpcomponents.core5:httpcore5-h2:5.1.3'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation ("org.apache.httpcomponents.core5:httpcore5-h2:5.1.3")
'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.1.3">
  <artifact name="httpcore5-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.1.3')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.1.3"
[org.apache.httpcomponents.core5/httpcore5-h2 "5.1.3"]