is not current version
Last Version 2.1.1

org.webpieces:http1_1-parser 1.9.110

A re-usable asynchronous http 1.1 parser that can be used with any nio client

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http1_1-parser
Version

Version

1.9.110
Type

Type

jar

Download http1_1-parser 1.9.110


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