is not current version
Last Version 2.1.1

org.webpieces:http2-api 2.0.153

Bare bones http2 dtos with no logic, just set/get methods and interfaces except one subparser utility

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http2-api
Version

Version

2.0.153
Type

Type

jar

Download http2-api 2.0.153


<!-- https://jarcasting.com/artifacts/org.webpieces/http2-api/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http2-api</artifactId>
    <version>2.0.153</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-api/
implementation 'org.webpieces:http2-api:2.0.153'
// https://jarcasting.com/artifacts/org.webpieces/http2-api/
implementation ("org.webpieces:http2-api:2.0.153")
'org.webpieces:http2-api:jar:2.0.153'
<dependency org="org.webpieces" name="http2-api" rev="2.0.153">
  <artifact name="http2-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-api', version='2.0.153')
)
libraryDependencies += "org.webpieces" % "http2-api" % "2.0.153"
[org.webpieces/http2-api "2.0.153"]