is not current version
Last Version 2.1.1

org.webpieces:http2-parser 1.9.70

A re-usable asynchronous http2 parser

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http2-parser
Version

Version

1.9.70
Type

Type

jar

Download http2-parser 1.9.70


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